lib: remove BT_NOTIFICATION_TYPE_{UNKNOWN,NR}
[babeltrace.git] / include / babeltrace / graph / notification-internal.h
index 662ffdeecb01d7d8242318ccb648851fb7a54688..33debfd00c847972b7354e72e6eb5e295cd6d369 100644 (file)
@@ -115,8 +115,6 @@ static inline
 const char *bt_notification_type_string(enum bt_notification_type type)
 {
        switch (type) {
-       case BT_NOTIFICATION_TYPE_UNKNOWN:
-               return "BT_NOTIFICATION_TYPE_UNKNOWN";
        case BT_NOTIFICATION_TYPE_EVENT:
                return "BT_NOTIFICATION_TYPE_EVENT";
        case BT_NOTIFICATION_TYPE_INACTIVITY:
This page took 0.023091 seconds and 4 git commands to generate.