nd_aid of NODE_OP_ASGN_OR is not used then no need to set it

This commit is contained in:
yui-knk 2023-09-17 13:44:11 +09:00 коммит произвёл Yuichiro Kaneko
Родитель cd67c0d204
Коммит df316be401
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -13052,14 +13052,6 @@ new_op_assign(struct parser_params *p, NODE *lhs, ID op, NODE *rhs, struct lex_c
lhs->nd_value = rhs;
nd_set_loc(lhs, loc);
asgn = NEW_OP_ASGN_OR(gettable(p, vid, &lhs_loc), lhs, loc);
if (is_notop_id(vid)) {
switch (id_type(vid)) {
case ID_GLOBAL:
case ID_INSTANCE:
case ID_CLASS:
asgn->nd_aid = vid;
}
}
}
else if (op == tANDOP) {
if (shareable) {