aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-10-13 14:07:00 +0100
committergingerBill <bill@gingerbill.org>2018-10-13 14:07:00 +0100
commitef2931d4a5f6e5a68ed339dcaf49840e1bcb8863 (patch)
tree275586c077d507eca5dd1db76458c6a43b4bfc35 /src/parser.hpp
parent2d4aa2be6d6f8f335c4239b9c2867729135e373f (diff)
Remove AstTypeType
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 4409f0e74..4f0b4d260 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -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; \