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:
Nobuyoshi Nakada 2024-02-22 20:18:49 +09:00
parent 6478514502
commit d597335c6d
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

1
eval.c
View File

@ -279,7 +279,6 @@ rb_ec_exec_node(rb_execution_context_t *ec, void *n)
EC_PUSH_TAG(ec);
if ((state = EC_EXEC_TAG()) == TAG_NONE) {
rb_thread_t *const th = rb_ec_thread_ptr(ec);
rb_iseq_eval_main(iseq);
}
EC_POP_TAG();