summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index ac1d8ed753..2e8421a931 100644
--- a/vm.c
+++ b/vm.c
@@ -710,7 +710,7 @@ vm_backtrace_each(rb_thread_t *th, int lev, void (*init)(void *), rb_backtrace_i
{
const rb_control_frame_t *limit_cfp = th->cfp;
const rb_control_frame_t *cfp = (void *)(th->stack + th->stack_size);
- VALUE file = Qnil, *aryp = arg;
+ VALUE file = Qnil;
int line_no = 0;
cfp -= 2;