diff options
| author | gingerBill <bill@gingerbill.org> | 2024-03-24 14:39:42 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-03-24 14:39:42 +0000 |
| commit | 68ff9454198e9eb02f46dac1777f68c594c60915 (patch) | |
| tree | 5e36f8fabfe87136219595c862a8958d309088a6 /src/parser.cpp | |
| parent | cab53e12b7309a28e174e07540c7b0b76780f34d (diff) | |
Remove old error message for #3062
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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; |