From 76953ca4bb9b1d32792d71aeba3a0946bb64d78e Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Fri, 5 Aug 2022 09:40:31 -0700 Subject: [PATCH] freedreno/ir3: GC unused macro Signed-off-by: Rob Clark Part-of: --- src/freedreno/ir3/disasm-a3xx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/freedreno/ir3/disasm-a3xx.c b/src/freedreno/ir3/disasm-a3xx.c index 4f57000c898..58c9f9968fb 100644 --- a/src/freedreno/ir3/disasm-a3xx.c +++ b/src/freedreno/ir3/disasm-a3xx.c @@ -406,9 +406,6 @@ static const struct opc_info { #undef OPC }; -#define GETINFO(instr) \ - (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr, ctx->gpu_id)])) - const char * disasm_a3xx_instr_name(opc_t opc) {