lib: add "borrow" functions where "get" functions exist
[babeltrace.git] / include / babeltrace / graph / notification-event-internal.h
index 62b8a3ab727ffd5c92c3a9f2597b4463886d2a04..a5dea56ff60c7cb0811eb0d3aaab2d0c58a4ee37 100644 (file)
@@ -43,30 +43,6 @@ struct bt_notification_event {
        struct bt_clock_class_priority_map *cc_prio_map;
 };
 
-static inline
-struct bt_event *bt_notification_event_borrow_event(
-               struct bt_notification *notif)
-{
-       struct bt_notification_event *notif_event = container_of(notif,
-                       struct bt_notification_event, parent);
-
-       BT_ASSERT(notif_event);
-       return notif_event->event;
-}
-
-static inline
-struct bt_clock_class_priority_map *
-bt_notification_event_borrow_clock_class_priority_map(
-               struct bt_notification *notif)
-{
-       struct bt_notification_event *notif_event = container_of(notif,
-                       struct bt_notification_event, parent);
-
-       BT_ASSERT(notif_event);
-       return notif_event->cc_prio_map;
-}
-
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.024292 seconds and 4 git commands to generate.