From: Brian Date: Sat, 8 Nov 2008 17:33:30 +0000 (-0700) Subject: mesa: remove OPCODE_INT #define X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1c9016af16aefc08a3e4e859a897009652dac23;p=mesa.git mesa: remove OPCODE_INT #define --- diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 855a80e2424..8adbe4f3ca7 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. */