diff options
| author | Jemma Issroff <jemmaissroff@gmail.com> | 2023-12-01 12:20:16 -0500 |
|---|---|---|
| committer | Jemma Issroff <jemmaissroff@gmail.com> | 2023-12-01 12:20:16 -0500 |
| commit | 9d209093429658664b476b7d0630463ec8748d2c (patch) | |
| tree | ee600deec1e85f7707842e1880e40b828a24d457 | |
| parent | d224618beac0ed53a2f177d396f0eb6640e1a772 (diff) | |
[PRISM] Clean up trailing comment
| -rw-r--r-- | prism_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prism_compile.c b/prism_compile.c index 1aca256f2e..7473a934a5 100644 --- a/prism_compile.c +++ b/prism_compile.c @@ -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; } } |
