lib: use object pool for event and packet notifications
[babeltrace.git] / include / babeltrace / graph / connection-internal.h
index 366dc0e4e8babc81ed854fdcfc76f9065689af15..c1eea4b18a25f71004fcb4f5e5b33f60c9886677 100644 (file)
@@ -60,13 +60,6 @@ struct bt_connection {
        GPtrArray *iterators;
 };
 
-static inline
-struct bt_connection *bt_connection_borrow_from_private(
-               struct bt_private_connection *private_connection)
-{
-       return (void *) private_connection;
-}
-
 static inline
 struct bt_private_connection *bt_private_connection_from_connection(
                struct bt_connection *connection)
This page took 0.026193 seconds and 4 git commands to generate.