summaryrefslogtreecommitdiff
path: root/vm_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_trace.c b/vm_trace.c
index f8fc829fc4..9a1fd690b2 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -330,7 +330,6 @@ rb_suppress_tracing(VALUE (*func)(VALUE), VALUE arg)
VALUE result = Qnil;
rb_thread_t *th = GET_THREAD();
int state;
- const int vm_tracing = th->vm->trace_running;
const int tracing = th->trace_running;
if(!tracing)