[PRISM] Remove unnecessary variable

This commit is contained in:
Jemma Issroff 2023-10-31 15:57:25 -03:00
parent b3744c749d
commit b7a3e2e71d
No known key found for this signature in database
GPG Key ID: 48ADD2093DF92E20

View File

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