lib: remove "accept port" concept
[babeltrace.git] / src / lib / graph / component.h
index accd5d1ffa5a34ecb4a476defc1a032a6db70f43..169d1a46ed0aef8c370d4689135eaa4b5b3265c6 100644 (file)
@@ -83,11 +83,6 @@ int bt_component_create(struct bt_component_class *component_class,
                const char *name, bt_logging_level log_level,
                struct bt_component **component);
 
-BT_HIDDEN
-enum bt_self_component_status bt_component_accept_port_connection(
-               struct bt_component *component, struct bt_port *self_port,
-               struct bt_port *other_port);
-
 BT_HIDDEN
 enum bt_self_component_status bt_component_port_connected(
                struct bt_component *comp,
This page took 0.02462 seconds and 4 git commands to generate.