From b5914a72a9134b3ccdbf2dd4416040b35934d182 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Fri, 8 Sep 2023 09:17:09 +0900 Subject: [PATCH] Refactor to use same logic with other assignment nodes --- compile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/compile.c b/compile.c index a165690597..86797cb793 100644 --- a/compile.c +++ b/compile.c @@ -5120,8 +5120,6 @@ compile_massign_opt(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *ln = lhsn->nd_head; switch (nd_type(ln)) { case NODE_LASGN: - MEMORY(ln->nd_vid); - break; case NODE_DASGN: case NODE_IASGN: case NODE_CVASGN: