X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fconnection-internal.h;h=c1eea4b18a25f71004fcb4f5e5b33f60c9886677;hb=5c5632787fc9cafa602c89a28966bcfd01ec0204;hp=366dc0e4e8babc81ed854fdcfc76f9065689af15;hpb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;p=babeltrace.git diff --git a/include/babeltrace/graph/connection-internal.h b/include/babeltrace/graph/connection-internal.h index 366dc0e4..c1eea4b1 100644 --- a/include/babeltrace/graph/connection-internal.h +++ b/include/babeltrace/graph/connection-internal.h @@ -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)