Browse Source

Remove old error message for #3062

gingerBill 1 year ago
parent
commit
68ff945419
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/parser.cpp

+ 0 - 3
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;