From 2dd9015dc60c8e0bf4fffa25039395e14827eb93 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 12 Oct 2020 00:52:12 +0200 Subject: [PATCH] Remove two stale variables from `parser.y` They were made useless with the lexer rewrite --- src/asm/parser.y | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/asm/parser.y b/src/asm/parser.y index 653c001e..b8c5a88e 100644 --- a/src/asm/parser.y +++ b/src/asm/parser.y @@ -36,8 +36,6 @@ #include "platform.h" // strncasecmp, strdup uint32_t nListCountEmpty; -char *tzNewMacro; -uint32_t ulNewMacroSize; int32_t nPCOffset; bool executeElseBlock; /* If this is set, ELIFs cannot be executed anymore */