X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fgraph.h;fp=include%2Fbabeltrace%2Fgraph%2Fgraph.h;h=ce83268a69f846834c6b5b3e38aa317507344120;hb=691f667d85efa52a5a4b09988b20c2c78e064ac8;hp=594db3e8494a3c3720d854e17a041ef6cc333ba4;hpb=607ff9b8b83eefd2ffbb18d640d9b592d057f8af;p=babeltrace.git diff --git a/include/babeltrace/graph/graph.h b/include/babeltrace/graph/graph.h index 594db3e8..ce83268a 100644 --- a/include/babeltrace/graph/graph.h +++ b/include/babeltrace/graph/graph.h @@ -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. *