gdb/
[binutils-gdb.git] / gdb / parse.c
index d418aef16ff5a8aff4d91129d0c42c2239ffccb3..afe1c18492cd0e796dada72c8752967a8d977d6c 100644 (file)
@@ -951,7 +951,6 @@ operator_length_standard (const struct expression *expr, int endpos,
       oplen++;
       break;
 
-    case OP_LABELED:
     case STRUCTOP_STRUCT:
     case STRUCTOP_PTR:
       args = 1;
@@ -976,7 +975,6 @@ operator_length_standard (const struct expression *expr, int endpos,
 
     case TERNOP_COND:
     case TERNOP_SLICE:
-    case TERNOP_SLICE_COUNT:
       args = 3;
       break;