Remove two stale variables from parser.y

They were made useless with the lexer rewrite
This commit is contained in:
ISSOtm
2020-10-12 00:52:12 +02:00
parent 0b1d01792d
commit 2dd9015dc6

View File

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