diff options
author | yui-knk <[email protected]> | 2023-09-08 09:17:09 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-09-10 19:45:33 +0900 |
commit | b5914a72a9134b3ccdbf2dd4416040b35934d182 (patch) | |
tree | cdd29fc7a8168eb962825e2d4f7a3be4dc983e6e /compile.c | |
parent | 0e49f8173a854bfa826c7b772d6fd990f6c75d0c (diff) |
Refactor to use same logic with other assignment nodes
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/8400
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: |