lib: graph: add "self" and some "private" APIs
[babeltrace.git] / lib / graph / notification / notification.c
index e6b6af52995be9174177c65c278bf6a17e83ae5f..2b8c12d77ffcbacd2a503af35dbbc654885ab5ab 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * Babeltrace Plug-in Notification
- *
  * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
@@ -75,9 +73,3 @@ void bt_notification_unlink_graph(struct bt_notification *notif)
        BT_ASSERT(notif);
        notif->graph = NULL;
 }
-
-struct bt_notification *bt_notification_borrow_from_private(
-               struct bt_private_notification *priv_notif)
-{
-       return (void *) priv_notif;
-}
This page took 0.024 seconds and 4 git commands to generate.