gallium: Drop the unused ARA opcode.
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_exec.c
index b3ea82f6b766456497f683c79d6cdcb3715806cb..578d4d87c7db2fc4dbec4fbd260ed050047a562f 100644 (file)
@@ -3912,10 +3912,6 @@ exec_instruction(
       exec_x2d(mach, inst);
       break;
 
-   case TGSI_OPCODE_ARA:
-      assert (0);
-      break;
-
    case TGSI_OPCODE_ARR:
       exec_vector_unary(mach, inst, micro_arr, TGSI_EXEC_DATA_INT, TGSI_EXEC_DATA_FLOAT);
       break;