Remove unused variable
It was used only in old `SAVE_ROOT_JMPBUF`, and the warning was suppressed by this macro.
This commit is contained in:
parent
6478514502
commit
d597335c6d
1
eval.c
1
eval.c
@ -279,7 +279,6 @@ rb_ec_exec_node(rb_execution_context_t *ec, void *n)
|
|||||||
|
|
||||||
EC_PUSH_TAG(ec);
|
EC_PUSH_TAG(ec);
|
||||||
if ((state = EC_EXEC_TAG()) == TAG_NONE) {
|
if ((state = EC_EXEC_TAG()) == TAG_NONE) {
|
||||||
rb_thread_t *const th = rb_ec_thread_ptr(ec);
|
|
||||||
rb_iseq_eval_main(iseq);
|
rb_iseq_eval_main(iseq);
|
||||||
}
|
}
|
||||||
EC_POP_TAG();
|
EC_POP_TAG();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user