mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
[PRISM] Clean up trailing comment
This commit is contained in:
parent
d224618bea
commit
9d20909342
1 changed files with 1 additions and 1 deletions
|
@ -3903,7 +3903,7 @@ pm_compile_node(rb_iseq_t *iseq, const pm_node_t *node, LINK_ANCHOR *const ret,
|
|||
}
|
||||
|
||||
if (parameters_node->block) {
|
||||
body->param.block_start = arg_size;//(int) locals_size - 1;
|
||||
body->param.block_start = arg_size;
|
||||
body->param.flags.has_block = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue