Remove bt_graph_add_component_as_sibling()
[babeltrace.git] / include / babeltrace / graph / graph.h
index 594db3e8494a3c3720d854e17a041ef6cc333ba4..ce83268a69f846834c6b5b3e38aa317507344120 100644 (file)
@@ -77,15 +77,6 @@ extern struct bt_connection *bt_graph_connect_ports(struct bt_graph *graph,
                struct bt_port *upstream,
                struct bt_port *downstream);
 
-/**
- * Add a component as a "sibling" of the origin component. Sibling share
- * connections equivalent to each other at the time of connection (same
- * upstream and downstream ports).
- */
-extern enum bt_graph_status bt_graph_add_component_as_sibling(
-               struct bt_graph *graph, struct bt_component *origin,
-               struct bt_component *new_component);
-
 /**
  * Run graph to completion or until a single sink is left and "AGAIN" is received.
  *
This page took 0.022914 seconds and 4 git commands to generate.