From 68ff9454198e9eb02f46dac1777f68c594c60915 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 24 Mar 2024 14:39:42 +0000 Subject: Remove old error message for #3062 --- src/parser.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/parser.cpp') diff --git a/src/parser.cpp b/src/parser.cpp index 6e0885717..d46079964 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -2351,9 +2351,6 @@ gb_internal Ast *parse_operand(AstFile *f, bool lhs) { return ast_bad_expr(f, token, name); } switch (expr->kind) { - case Ast_ArrayType: - syntax_error(expr, "#partial has been replaced with #sparse for non-contiguous enumerated array types"); - break; case Ast_CompoundLit: expr->CompoundLit.tag = tag; break; -- cgit v1.2.3