From c434b9157a57d08c1ddb2453aca46a674100eba1 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Tue, 10 Jan 2023 08:14:50 -0600 Subject: [PATCH] removed old ast node name --- compiler/src/astnodes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/src/astnodes.c b/compiler/src/astnodes.c index 1a880994..aa2f757f 100644 --- a/compiler/src/astnodes.c +++ b/compiler/src/astnodes.c @@ -94,7 +94,6 @@ static const char* ast_node_names[] = { "OPERATOR OVERLOAD", "EXPORT", "DEFINED", - "TAG", "INIT", "LIBRARY", "REMOVE", -- 2.25.1