Remove AstTypeType

This commit is contained in:
gingerBill
2018-10-13 14:07:00 +01:00
parent 2d4aa2be6d
commit ef2931d4a5
5 changed files with 3 additions and 59 deletions
-4
View File
@@ -423,10 +423,6 @@ AST_KIND(_TypeBegin, "", bool) \
Token token; \
Ast *specialization; \
}) \
AST_KIND(TypeType, "type", struct { \
Token token; \
Ast *specialization; \
}) \
AST_KIND(HelperType, "helper type", struct { \
Token token; \
Ast *type; \