aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/parser.cpp b/src/parser.cpp
index ac1d9caf3d..4de1b9c2d4 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -26,16 +26,10 @@ const char *node_type_str(NodeType node_type) {
return "ParamDecl";
case NodeTypeType:
return "Type";
- case NodeTypePointerType:
- return "PointerType";
case NodeTypeBlock:
return "Block";
case NodeTypeStatement:
return "Statement";
- case NodeTypeExpressionStatement:
- return "ExpressionStatement";
- case NodeTypeReturnStatement:
- return "ReturnStatement";
case NodeTypeExpression:
return "Expression";
case NodeTypeFnCall: