lib: remove bt_connection_is_ended()
[babeltrace.git] / lib / graph / connection.c
index 965c5eaa050996613544ce7a7f8c540207ac6154..7324b40a1a40d07222a735b244a36681d37d0bac 100644 (file)
@@ -251,11 +251,6 @@ void bt_connection_remove_iterator(struct bt_connection *conn,
        try_remove_connection_from_graph(conn);
 }
 
-bt_bool bt_connection_is_ended(const struct bt_connection *connection)
-{
-       return !connection->downstream_port && !connection->upstream_port;
-}
-
 void bt_connection_get_ref(const struct bt_connection *connection)
 {
        bt_object_get_ref(connection);
This page took 0.023108 seconds and 4 git commands to generate.