From 9d209093429658664b476b7d0630463ec8748d2c Mon Sep 17 00:00:00 2001 From: Jemma Issroff Date: Fri, 1 Dec 2023 12:20:16 -0500 Subject: [PATCH] [PRISM] Clean up trailing comment --- prism_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }