X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-internal.h;h=155794042d0eee1b89963d0e498ed9cd4257b2cd;hb=319fd969d5f098775f83f9a4c5c394d4a96db999;hp=7461d321f0fe34c85c67a9898dd04fd29a25da8a;hpb=b25d20adeabe34126cacaf6b7f93883c1c98ad90;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index 7461d321..15579404 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -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);