mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Remove in_masgn field from struct iseq_compile_data
`in_masgn` has not been used since fb6e3a80009a744a4e0b75660f1ce6da65e20e6c.
This commit is contained in:
parent
b2ed4cdced
commit
a024dca391
Notes:
git
2026-01-07 00:27:05 +00:00
@ -10926,10 +10926,7 @@ iseq_compile_each0(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *const no
|
||||
}
|
||||
|
||||
case NODE_MASGN:{
|
||||
bool prev_in_masgn = ISEQ_COMPILE_DATA(iseq)->in_masgn;
|
||||
ISEQ_COMPILE_DATA(iseq)->in_masgn = true;
|
||||
compile_massign(iseq, ret, node, popped);
|
||||
ISEQ_COMPILE_DATA(iseq)->in_masgn = prev_in_masgn;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user