Remove #opaque types

This commit is contained in:
gingerBill
2021-02-23 15:45:06 +00:00
parent 28f279329d
commit 41b854f192
23 changed files with 2 additions and 262 deletions
-4
View File
@@ -530,10 +530,6 @@ AST_KIND(_TypeBegin, "", bool) \
Token token; \
Ast *type; \
}) \
AST_KIND(OpaqueType, "opaque type", struct { \
Token token; \
Ast *type; \
}) \
AST_KIND(PolyType, "polymorphic type", struct { \
Token token; \
Ast * type; \