mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Remove debug message
This commit is contained in:
+1
-1
@@ -4020,7 +4020,7 @@ gb_internal Array<Ast *> convert_to_ident_list(AstFile *f, Array<AstAndFlags> li
|
|||||||
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
syntax_error(ident, "Expected an identifier, %d", ident->kind);
|
syntax_error(ident, "Expected an identifier");
|
||||||
ident = ast_ident(f, blank_token);
|
ident = ast_ident(f, blank_token);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user