summaryrefslogtreecommitdiff
path: root/eval_jump.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval_jump.h')
-rw-r--r--eval_jump.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval_jump.h b/eval_jump.h
index e281e420db..b929136afd 100644
--- a/eval_jump.h
+++ b/eval_jump.h
@@ -138,7 +138,6 @@ static VALUE
terminate_process(int status, const char *mesg, long mlen)
{
VALUE args[2];
- rb_vm_t *vm = GET_THREAD()->vm;
args[0] = INT2NUM(status);
args[1] = rb_str_new(mesg, mlen);