diff --git a/src/compiler/parse_global.c b/src/compiler/parse_global.c index 4679f833c..7dcf9c745 100644 --- a/src/compiler/parse_global.c +++ b/src/compiler/parse_global.c @@ -48,7 +48,6 @@ void recover_top_level(ParseContext *c) case TOKEN_DEF: case TOKEN_FAULT: return; - case TOKEN_IDENT: // Incr arrays only case TOKEN_CONST: case TOKEN_ASM: case TOKEN_CT_ASSERT: