[PRISM] Clean up trailing comment

This commit is contained in:
Jemma Issroff 2023-12-01 12:20:16 -05:00
parent d224618bea
commit 9d20909342
No known key found for this signature in database
GPG key ID: 48ADD2093DF92E20

View file

@ -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;
}
}