Remove useless component/iterator validation functions
[babeltrace.git] / include / babeltrace / graph / component-source-internal.h
index fa53bf04c8a9cc510b41d6b8d012808558e4cd72..fde158453504edf7ad225a0a59e4f82b7a562386 100644 (file)
@@ -51,14 +51,4 @@ struct bt_component *bt_component_source_create(
 BT_HIDDEN
 void bt_component_source_destroy(struct bt_component *component);
 
-/**
- * Validate a source component.
- *
- * @param component            Source component instance to validate
- * @returns                    One of #bt_component_status
- */
-BT_HIDDEN
-enum bt_component_status bt_component_source_validate(
-               struct bt_component *component);
-
 #endif /* BABELTRACE_COMPONENT_SOURCE_INTERNAL_H */
This page took 0.022784 seconds and 4 git commands to generate.