lib: remove unused bt_graph_remove_unconnected_component()
[babeltrace.git] / src / lib / graph / graph.h
index 5fe6cb69fa0eb02c56e42f46f05e740be8525950..e18e63ffb0022a6d07c73a7e2d3d2589b4ce6647 100644 (file)
@@ -183,18 +183,6 @@ BT_HIDDEN
 void bt_graph_remove_connection(struct bt_graph *graph,
                struct bt_connection *connection);
 
-/*
- * This only works with a component which is not connected at this
- * point.
- *
- * Also the reference count of `component` should be 0 when you call
- * this function, which means only `graph` owns the component, so it
- * is safe to destroy.
- */
-BT_HIDDEN
-int bt_graph_remove_unconnected_component(struct bt_graph *graph,
-               struct bt_component *component);
-
 BT_HIDDEN
 void bt_graph_add_message(struct bt_graph *graph,
                struct bt_message *msg);
This page took 0.024327 seconds and 4 git commands to generate.