X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-class.h;h=433fc563ba54be17ae3d5de2ceeeae697abf9d58;hb=72bd645e7416792100aed8c54f9a346c6c2f81b6;hp=ca929afbb9831efd85f6aa956a14eb843927fd50;hpb=cfeb617e4a304a0a0dcc21886da68bae6a540435;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-class.h b/include/babeltrace/ctf-ir/stream-class.h index ca929afb..433fc563 100644 --- a/include/babeltrace/ctf-ir/stream-class.h +++ b/include/babeltrace/ctf-ir/stream-class.h @@ -105,21 +105,6 @@ extern int bt_ctf_stream_class_set_name( extern struct bt_ctf_clock *bt_ctf_stream_class_get_clock( struct bt_ctf_stream_class *stream_class); -/* - * bt_ctf_stream_class_set_clock: assign a clock to a stream class. - * - * Assign a clock to a stream class. This clock will be sampled each time an - * event is appended to an instance of this stream class. - * - * @param stream_class Stream class. - * @param clock Clock to assign to the provided stream class. - * - * Returns 0 on success, a negative value on error. - */ -extern int bt_ctf_stream_class_set_clock( - struct bt_ctf_stream_class *stream_class, - struct bt_ctf_clock *clock); - /* * bt_ctf_stream_class_get_id: Get a stream class' id. *