Remove notification iterator seeking API until it's supported
[babeltrace.git] / plugins / utils / trimmer / iterator.c
index fd0ef2a5f06fc4d82d6c4bd58388d58332f6c12c..d8d8b0c6c9166880baee82d03c737c18fad2556b 100644 (file)
@@ -635,11 +635,3 @@ end:
        bt_put(component);
        return ret;
 }
-
-BT_HIDDEN
-enum bt_notification_iterator_status trimmer_iterator_seek_time(
-               struct bt_private_notification_iterator *iterator,
-               int64_t time)
-{
-       return BT_NOTIFICATION_ITERATOR_STATUS_OK;
-}
This page took 0.023586 seconds and 4 git commands to generate.