Remove dead code

This commit is contained in:
gingerBill
2019-01-24 15:52:51 +00:00
parent db2eff6847
commit 345e790f52
5 changed files with 6 additions and 41 deletions
-5
View File
@@ -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; \