Skip to content

Commit

Permalink
[PRISM] Clean up trailing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmaissroff committed Dec 1, 2023
1 parent d224618 commit 9d20909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism_compile.c
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 9d20909

Please sign in to comment.