lib: remove clock class priority map, use default clock value
[babeltrace.git] / plugins / text / pretty / pretty.c
index 0caf05bde6e5eb0ec7e095afbc79480c58b96902..1def0826b12e8a07b060c37c7ef65c8a4c1846ea 100644 (file)
@@ -140,10 +140,6 @@ enum bt_component_status handle_notification(struct pretty_component *pretty,
        case BT_NOTIFICATION_TYPE_INACTIVITY:
                fprintf(stderr, "Inactivity notification\n");
                break;
-       case BT_NOTIFICATION_TYPE_DISCARDED_PACKETS:
-       case BT_NOTIFICATION_TYPE_DISCARDED_EVENTS:
-               ret = pretty_print_discarded_elements(pretty, notification);
-               break;
        default:
                break;
        }
This page took 0.023013 seconds and 4 git commands to generate.