Remove unused(?) xml descendants branch

This commit is contained in:
Jindra Petřík
2023-02-27 22:19:00 +01:00
parent 24f555af57
commit cacff6fc03

View File

@@ -2185,13 +2185,7 @@ public class ActionScript3Parser {
((NameAVM2Item) lhs).setDefinition(false);
}
lhs = as;
break;
case DESCENDANTS:
expected(lookahead, lexer.yyline(), SymbolGroup.IDENTIFIER, SymbolType.MULTIPLY);
lookahead = lex();
lhs = new GetDescendantsAVM2Item(lhs, lookahead.type == SymbolType.MULTIPLY ? null : lookahead.value.toString(), openedNamespaces);
allowRemainder = true;
break;
break;
}
}
if (lhs instanceof ParenthesisItem) {