freedreno/ir3: Remove unused define
authorRob Clark <robdclark@chromium.org>
Fri, 11 Mar 2022 04:42:00 +0000 (20:42 -0800)
committerMarge Bot <emma+marge@anholt.net>
Sat, 12 Mar 2022 16:42:00 +0000 (16:42 +0000)
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15336>

src/freedreno/ir3/ir3.h

index 25de40d..dcc5ff0 100644 (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)      \