Cleanup: remove unused bt_ctf_stream_set_trace function
[babeltrace.git] / formats / ctf / ir / stream.c
index 219f6c18f125dac2413994d2c8590bbf7b8c538a..e89b1fcf6b62f669b6c67d3b953369f13b9441df 100644 (file)
@@ -357,13 +357,6 @@ end:
        return ret;
 }
 
-BT_HIDDEN
-void bt_ctf_stream_set_trace(struct bt_ctf_stream *stream,
-               struct bt_ctf_trace *trace)
-{
-       stream->trace = trace;
-}
-
 struct bt_ctf_stream_class *bt_ctf_stream_get_class(
                struct bt_ctf_stream *stream)
 {
This page took 0.023306 seconds and 4 git commands to generate.