Removed debug panic

parser_exception_before
Tristan B. V. Kildaire 2021-03-28 22:29:52 +02:00
parent c53397fa0d
commit 165d08f411
1 changed files with 0 additions and 1 deletions

View File

@ -723,7 +723,6 @@ public final class Parser
/* Get the class's name (CAN NOT be dotted) */ /* Get the class's name (CAN NOT be dotted) */
expect(SymbolType.IDENT_TYPE, getCurrentToken()); expect(SymbolType.IDENT_TYPE, getCurrentToken());
expect(to!(string)(isIdentifier_Dot(getCurrentToken())));
if(!isIdentifier_NoDot(getCurrentToken())) if(!isIdentifier_NoDot(getCurrentToken()))
{ {
expect("Class name in declaration cannot be path"); expect("Class name in declaration cannot be path");