lib: remove INVALID_PARAMS status
[babeltrace.git] / src / cli / babeltrace2.c
index a0c6df110e09af00a326906cd404877bdae10b34..bafda3b5697019d59258ef90ddebd6486b8392c8 100644 (file)
@@ -176,9 +176,6 @@ int query(struct bt_config *cfg, const bt_component_class *comp_cls,
                case BT_QUERY_EXECUTOR_QUERY_STATUS_INVALID_OBJECT:
                        *fail_reason = "invalid or unknown query object";
                        goto error;
-               case BT_QUERY_EXECUTOR_QUERY_STATUS_INVALID_PARAMS:
-                       *fail_reason = "invalid query parameters";
-                       goto error;
                case BT_QUERY_EXECUTOR_QUERY_STATUS_MEMORY_ERROR:
                        *fail_reason = "not enough memory";
                        goto error;
This page took 0.024925 seconds and 4 git commands to generate.