ruby-changes:57772
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Wed, 18 Sep 2019 11:07:06 +0900 (JST)
Subject: [ruby-changes:57772] bcd5f2e9d3 (master): delete unused variable
https://git.ruby-lang.org/ruby.git/commit/?id=bcd5f2e9d3 From bcd5f2e9d30d2bb34912e56b2e766ae952dd12dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Wed, 18 Sep 2019 11:06:24 +0900 Subject: delete unused variable diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 1dd8878..352d38f 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, https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L3070 { 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) { -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/