summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2019-09-18 11:06:24 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2019-09-18 11:06:24 +0900
commitbcd5f2e9d30d2bb34912e56b2e766ae952dd12dc (patch)
tree0a4bfecdf306ad98c082a0b2cb81b06910ea6dde /vm_insnhelper.c
parentc170e23d8118edba08981fd1c5d7f03652b543a4 (diff)
delete unused variable
Diffstat (limited to 'vm_insnhelper.c')
-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) {