X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-inactivity.h;h=93be8b1243c73903feeba34abda7530fb8a9d431;hp=34099731c2189a68a062893a102c77e834ece99a;hb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;hpb=d1e4683534e67cc8643ad27536f64f6cc54bc5dc diff --git a/include/babeltrace/graph/notification-inactivity.h b/include/babeltrace/graph/notification-inactivity.h index 34099731..93be8b12 100644 --- a/include/babeltrace/graph/notification-inactivity.h +++ b/include/babeltrace/graph/notification-inactivity.h @@ -55,19 +55,6 @@ extern struct bt_clock_value *bt_notification_inactivity_borrow_clock_value( struct bt_notification *notification, struct bt_clock_class *clock_class); -static inline -struct bt_clock_value *bt_notification_inactivity_get_clock_value( - struct bt_notification *notification, - struct bt_clock_class *clock_class) -{ - return bt_get(bt_notification_inactivity_borrow_clock_value( - notification, clock_class)); -} - -extern int bt_notification_inactivity_set_clock_value( - struct bt_notification *notification, - struct bt_clock_value *clock_value); - #ifdef __cplusplus } #endif