gallium: Drop unused BRA opcode.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi_aos.c
index aacbeff2b1f543b315e904f5ef103620eea96317..9e468f91282b0562fc09f068ae19b4dd7d8e94d3 100644 (file)
@@ -786,12 +786,6 @@ lp_emit_instruction_aos(
       dst0 = lp_build_round(&bld->bld_base.base, src0);
       break;
 
-   case TGSI_OPCODE_BRA:
-      /* deprecated */
-      assert(0);
-      return FALSE;
-      break;
-
    case TGSI_OPCODE_CAL:
       return FALSE;