From: Philippe Proulx Date: Mon, 17 Jul 2017 20:45:37 +0000 (-0400) Subject: Remove bt_notification_discarded_{events,packets}_set_count() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ebad1b06017eff0f1c7100febf1f00748e5d49fb;p=deliverable%2Fbabeltrace.git Remove bt_notification_discarded_{events,packets}_set_count() Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/graph/notification-discarded-events.h b/include/babeltrace/graph/notification-discarded-events.h index 91151e4f1..d76b6df61 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 44600816a..1e7bd51e5 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);