Remove bt_graph_add_component_as_sibling()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 25 May 2017 00:12:56 +0000 (20:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:44 +0000 (12:57 -0400)
commit691f667d85efa52a5a4b09988b20c2c78e064ac8
tree9646014b901c7ab33d92faebb28c31dc8215545a
parent607ff9b8b83eefd2ffbb18d640d9b592d057f8af
Remove bt_graph_add_component_as_sibling()

This is not used anywhere, and it's one more thing to test. It remains
in the archives in case we need it in the future. This was created in
the days when it was expected that components would duplicate themselves
to share resources instead of dynamically adding ports like today.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/graph/graph.h
lib/graph/graph.c
This page took 0.025348 seconds and 4 git commands to generate.