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) {