gallium: Drop the unused RCC opcode.
[mesa.git] / src / gallium / drivers / r300 / r300_tgsi_to_rc.c
index c08818eb19b5d3979d1d146f43030a9a9b269e0d..f371713b3fc849f727a5a596243a7b01f7726275 100644 (file)
@@ -62,7 +62,6 @@ static unsigned translate_opcode(unsigned opcode)
         case TGSI_OPCODE_POW: return RC_OPCODE_POW;
         case TGSI_OPCODE_XPD: return RC_OPCODE_XPD;
         case TGSI_OPCODE_ABS: return RC_OPCODE_ABS;
-     /* case TGSI_OPCODE_RCC: return RC_OPCODE_RCC; */
         case TGSI_OPCODE_DPH: return RC_OPCODE_DPH;
         case TGSI_OPCODE_COS: return RC_OPCODE_COS;
         case TGSI_OPCODE_DDX: return RC_OPCODE_DDX;