lib: use object pool for event and packet notifications
[babeltrace.git] / include / babeltrace / graph / port-internal.h
index 8f2fb4b7942c147c59709832203802f4d02bdab4..57f817ee5f5cc2008a3162f2a2c1599b087143fb 100644 (file)
@@ -37,13 +37,6 @@ struct bt_port {
        void *user_data;
 };
 
-static inline
-struct bt_port *bt_port_borrow_from_private(
-               struct bt_private_port *private_port)
-{
-       return (void *) private_port;
-}
-
 static inline
 struct bt_private_port *bt_private_port_from_port(
                struct bt_port *port)
This page took 0.023569 seconds and 4 git commands to generate.