From b7bb0773b15d73ae45c3608c8ed3beec83f92119 Mon Sep 17 00:00:00 2001 From: CPunch Date: Mon, 25 Dec 2023 18:02:23 -0600 Subject: [PATCH] removed stale WRITE_GLOBAL_OP macro --- src/cparse.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cparse.c b/src/cparse.c index 7bc9cf8..1b2cfaa 100644 --- a/src/cparse.c +++ b/src/cparse.c @@ -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);