summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prism_compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/prism_compile.c b/prism_compile.c
index 9f3bff7d23..e3243787f5 100644
--- a/prism_compile.c
+++ b/prism_compile.c
@@ -2258,7 +2258,6 @@ pm_compile_node(rb_iseq_t *iseq, const pm_node_t *node, LINK_ANCHOR *const ret,
}
case PM_FORWARDING_SUPER_NODE: {
pm_forwarding_super_node_t *forwarding_super_node = (pm_forwarding_super_node_t *) node;
- const rb_iseq_t *parent_block = ISEQ_COMPILE_DATA(iseq)->current_block;
const rb_iseq_t *block = NULL;
PM_PUTSELF;
int flag = VM_CALL_ZSUPER | VM_CALL_SUPER | VM_CALL_FCALL;