ir: move bt_ctf_stream_class_set_clock() to writer header
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class.h
index ca929afbb9831efd85f6aa956a14eb843927fd50..433fc563ba54be17ae3d5de2ceeeae697abf9d58 100644 (file)
@@ -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.
  *
This page took 0.022845 seconds and 4 git commands to generate.