ir: make bt_ctf_stream_create() public
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index 7461d321f0fe34c85c67a9898dd04fd29a25da8a..155794042d0eee1b89963d0e498ed9cd4257b2cd 100644 (file)
@@ -50,12 +50,6 @@ struct bt_ctf_stream {
        struct bt_ctf_field *event_context;
 };
 
-/* Stream class should be frozen by the caller after creating a stream */
-BT_HIDDEN
-struct bt_ctf_stream *bt_ctf_stream_create(
-               struct bt_ctf_stream_class *stream_class,
-               struct bt_ctf_trace *trace);
-
 BT_HIDDEN
 int bt_ctf_stream_set_fd(struct bt_ctf_stream *stream, int fd);
 
This page took 0.023601 seconds and 4 git commands to generate.