From: Brendan Hansen Date: Tue, 10 Jan 2023 14:14:50 +0000 (-0600) Subject: removed old ast node name X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=c434b9157a57d08c1ddb2453aca46a674100eba1;p=onyx.git removed old ast node name --- 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",