mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-13 06:41:26 -07:00
Remove AstTypeType
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user