mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
delete unused variable
This commit is contained in:
parent
c170e23d81
commit
bcd5f2e9d3
1 changed files with 0 additions and 1 deletions
|
@ -3070,7 +3070,6 @@ vm_invoke_ifunc_block(rb_execution_context_t *ec, rb_control_frame_t *reg_cfp,
|
||||||
{
|
{
|
||||||
VALUE val;
|
VALUE val;
|
||||||
int argc;
|
int argc;
|
||||||
int frame_flag = 0;
|
|
||||||
int kw_splat = calling->kw_splat;
|
int kw_splat = calling->kw_splat;
|
||||||
CALLER_SETUP_ARG(ec->cfp, calling, ci);
|
CALLER_SETUP_ARG(ec->cfp, calling, ci);
|
||||||
if (kw_splat && !calling->kw_splat) {
|
if (kw_splat && !calling->kw_splat) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue