diff options
-rw-r--r-- | src/mesa/shader/prog_instruction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 855a80e242..8adbe4f3ca 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -239,9 +239,6 @@ typedef enum prog_opcode { } gl_inst_opcode; -/* temporary, just in case, remove soon */ -#define OPCODE_INT OPCODE_TRUNC - /** * Instruction source register. */ |