removed stale WRITE_GLOBAL_OP macro

This commit is contained in:
CPunch 2023-12-25 18:02:23 -06:00
parent 7f5e3ae8dc
commit b7bb0773b1
1 changed files with 0 additions and 2 deletions

View File

@ -592,8 +592,6 @@ static void group(CParseState *pstate, bool canAssign, Precedence prec)
consume(pstate, TOKEN_RIGHT_PAREN, "Expected ')'");
}
#define WRITE_GLOBAL_OP(pstate, op, arg)
static void _etterAB(CParseState *pstate, uint8_t a, int b, bool isGlobal)
{
writeu8(pstate, a);