mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Remove dead code
This commit is contained in:
@@ -406,7 +406,6 @@ AST_KIND(_DeclBegin, "", bool) \
|
||||
AST_KIND(_DeclEnd, "", bool) \
|
||||
AST_KIND(Attribute, "attribute", struct { \
|
||||
Token token; \
|
||||
Ast *type; \
|
||||
Array<Ast *> elems; \
|
||||
Token open, close; \
|
||||
}) \
|
||||
@@ -422,10 +421,6 @@ AST_KIND(_DeclEnd, "", bool) \
|
||||
Token token; \
|
||||
Array<Ast *> list; \
|
||||
}) \
|
||||
AST_KIND(UnionField, "union field", struct { \
|
||||
Ast *name; \
|
||||
Ast *list; \
|
||||
}) \
|
||||
AST_KIND(_TypeBegin, "", bool) \
|
||||
AST_KIND(TypeidType, "typeid", struct { \
|
||||
Token token; \
|
||||
|
||||
Reference in New Issue
Block a user