lib: remove INVALID_PARAMS status
[babeltrace.git] / include / babeltrace2 / graph / component-class.h
index 63ad69f08fe9515c2d972d3dda48319c453d0760..8a35146c612e6c056a83afad1a44d6c8698834bc 100644 (file)
@@ -51,7 +51,6 @@ typedef enum bt_component_class_query_method_status {
        BT_COMPONENT_CLASS_QUERY_METHOD_STATUS_ERROR            = __BT_FUNC_STATUS_ERROR,
        BT_COMPONENT_CLASS_QUERY_METHOD_STATUS_MEMORY_ERROR     = __BT_FUNC_STATUS_MEMORY_ERROR,
        BT_COMPONENT_CLASS_QUERY_METHOD_STATUS_INVALID_OBJECT   = __BT_FUNC_STATUS_INVALID_OBJECT,
-       BT_COMPONENT_CLASS_QUERY_METHOD_STATUS_INVALID_PARAMS   = __BT_FUNC_STATUS_INVALID_PARAMS,
 } bt_component_class_query_method_status;
 
 typedef enum bt_component_class_message_iterator_init_method_status {
This page took 0.022461 seconds and 4 git commands to generate.