From ebad1b06017eff0f1c7100febf1f00748e5d49fb Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 17 Jul 2017 16:45:37 -0400 Subject: [PATCH 1/1] Remove bt_notification_discarded_{events,packets}_set_count() MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- include/babeltrace/graph/notification-discarded-events.h | 4 ---- include/babeltrace/graph/notification-discarded-packets.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/include/babeltrace/graph/notification-discarded-events.h b/include/babeltrace/graph/notification-discarded-events.h index 91151e4f..d76b6df6 100644 --- a/include/babeltrace/graph/notification-discarded-events.h +++ b/include/babeltrace/graph/notification-discarded-events.h @@ -42,10 +42,6 @@ extern struct bt_ctf_clock_value * bt_notification_discarded_events_get_end_clock_value( struct bt_notification *notification); -extern int bt_notification_discarded_events_set_count( - struct bt_notification *notification, - uint64_t count); - extern int64_t bt_notification_discarded_events_get_count( struct bt_notification *notification); diff --git a/include/babeltrace/graph/notification-discarded-packets.h b/include/babeltrace/graph/notification-discarded-packets.h index 44600816..1e7bd51e 100644 --- a/include/babeltrace/graph/notification-discarded-packets.h +++ b/include/babeltrace/graph/notification-discarded-packets.h @@ -42,10 +42,6 @@ extern struct bt_ctf_clock_value * bt_notification_discarded_packets_get_end_clock_value( struct bt_notification *notification); -extern int bt_notification_discarded_packets_set_count( - struct bt_notification *notification, - uint64_t count); - extern int64_t bt_notification_discarded_packets_get_count( struct bt_notification *notification); -- 2.34.1