From cacff6fc033890b170c2ec8bbb14e51a8c1931dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 27 Feb 2023 22:19:00 +0100 Subject: [PATCH] Remove unused(?) xml descendants branch --- .../flash/abc/avm2/parser/script/ActionScript3Parser.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java index ad3fdba69..62fdc812b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java @@ -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) {