shithub: rgbds

Download patch

ref: 2dd9015dc60c8e0bf4fffa25039395e14827eb93
parent: 0b1d01792d0b370e79fcf6c5fef2bef6161c8097
author: ISSOtm <[email protected]>
date: Sun Oct 11 20:52:12 EDT 2020

Remove two stale variables from `parser.y`

They were made useless with the lexer rewrite

--- 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 */