Cleanup: remove unused bt_ctf_stream_set_trace function
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Mar 2015 01:43:24 +0000 (21:43 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Mar 2015 01:43:24 +0000 (21:43 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.025279 seconds and 4 git commands to generate.