src.ctf.fs: remove ctf_fs_ds_file_next
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.h
index 66a6c436908c37059f1a5d76e2225fd8a4a0f01a..6f1535e304126d9de8a19492efd46aa7b1394837 100644 (file)
@@ -98,11 +98,6 @@ struct ctf_fs_ds_file *ctf_fs_ds_file_create(
 BT_HIDDEN
 void ctf_fs_ds_file_destroy(struct ctf_fs_ds_file *stream);
 
-BT_HIDDEN
-bt_component_class_message_iterator_next_method_status ctf_fs_ds_file_next(
-               struct ctf_msg_iter *msg_iter,
-               const bt_message **msg);
-
 BT_HIDDEN
 struct ctf_fs_ds_index *ctf_fs_ds_file_build_index(
                struct ctf_fs_ds_file *ds_file,
This page took 0.023152 seconds and 4 git commands to generate.