X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs%2Fdata-stream.h;h=6e7d0e728bff8a48c6c9c5ff9af2dc3540c7f30b;hb=5b29e7995dce9ec633e05e4272ae562bb2c980c7;hp=c567c13e2de3f89a108a1a3a61acb3752720b737;hpb=08bfb6709dd6612a377c29bbe14e6e9bc12947f4;p=babeltrace.git diff --git a/plugins/ctf/fs/data-stream.h b/plugins/ctf/fs/data-stream.h index c567c13e..6e7d0e72 100644 --- a/plugins/ctf/fs/data-stream.h +++ b/plugins/ctf/fs/data-stream.h @@ -40,10 +40,4 @@ void ctf_fs_stream_destroy(struct ctf_fs_stream *stream); BT_HIDDEN int ctf_fs_data_stream_open_streams(struct ctf_fs_component *ctf_fs); -BT_HIDDEN -enum bt_notification_iterator_status ctf_fs_data_stream_get_next_notification( - struct ctf_fs_component *ctf_fs, - struct bt_notification **notification, - size_t stream_id); - #endif /* CTF_FS_DATA_STREAM_H */