summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vm_insnhelper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 1dd88781db..352d38fe45 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -3070,7 +3070,6 @@ vm_invoke_ifunc_block(rb_execution_context_t *ec, rb_control_frame_t *reg_cfp,
{
VALUE val;
int argc;
- int frame_flag = 0;
int kw_splat = calling->kw_splat;
CALLER_SETUP_ARG(ec->cfp, calling, ci);
if (kw_splat && !calling->kw_splat) {