mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
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:
parent
5f6dce05c3
commit
fa59556e1a
1 changed files with 0 additions and 2 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue