Remove useless component/iterator validation functions
[babeltrace.git] / include / babeltrace / graph / component-filter-internal.h
index 15db1bb6b97f724e214c18235c32d564080ec101..3bf79a187cc55b67bb8669c7b60136f50f2aa886 100644 (file)
@@ -51,14 +51,4 @@ struct bt_component *bt_component_filter_create(
 BT_HIDDEN
 void bt_component_filter_destroy(struct bt_component *component);
 
-/**
- * Validate a filter component.
- *
- * @param component            Filter component instance to validate
- * @returns                    One of #bt_component_status
- */
-BT_HIDDEN
-enum bt_component_status bt_component_filter_validate(
-               struct bt_component *component);
-
 #endif /* BABELTRACE_COMPONENT_FILTER_INTERNAL_H */
This page took 0.022512 seconds and 4 git commands to generate.