freedreno/ir3: Remove unused define

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15336>
This commit is contained in:
Rob Clark 2022-03-10 20:42:00 -08:00 committed by Marge Bot
parent 5f6dce05c3
commit fa59556e1a

View file

@ -2037,8 +2037,6 @@ ir3_NOP(struct ir3_block *block)
return ir3_instr_create(block, OPC_NOP, 0, 0);
}
#define IR3_INSTR_0 0
/* clang-format off */
#define __INSTR0(flag, name, opc) \
static inline struct ir3_instruction *ir3_##name(struct ir3_block *block) \