lib: remove clock class priority map, use default clock value
[babeltrace.git] / include / babeltrace / graph / notification-event-internal.h
index 436477b3b85bd50456e3a9c94ef68a8f91052c29..83a02069954c40e9b1e28212ab65e1cf54abb066 100644 (file)
@@ -31,7 +31,6 @@
 #include <babeltrace/ctf-ir/event-class.h>
 #include <babeltrace/ctf-ir/event.h>
 #include <babeltrace/graph/notification-internal.h>
-#include <babeltrace/graph/clock-class-priority-map.h>
 #include <babeltrace/assert-internal.h>
 
 #ifdef __cplusplus
@@ -41,7 +40,6 @@ extern "C" {
 struct bt_notification_event {
        struct bt_notification parent;
        struct bt_event *event;
-       struct bt_clock_class_priority_map *cc_prio_map;
 };
 
 BT_HIDDEN
This page took 0.023109 seconds and 4 git commands to generate.