X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Ftrace.h;h=ee740039829052cf6367cca4d9feaba46c84e1f5;hb=319fd969d5f098775f83f9a4c5c394d4a96db999;hp=ec9d2a0532c82e540b1c54bcc244a18dad32817f;hpb=b25d20adeabe34126cacaf6b7f93883c1c98ad90;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/trace.h b/include/babeltrace/ctf-ir/trace.h index ec9d2a05..ee740039 100644 --- a/include/babeltrace/ctf-ir/trace.h +++ b/include/babeltrace/ctf-ir/trace.h @@ -58,21 +58,6 @@ struct bt_ctf_clock; */ extern struct bt_ctf_trace *bt_ctf_trace_create(void); -/* - * bt_ctf_trace_create_stream: create a stream instance. - * - * Allocate a new stream instance and register it to the trace. The creation of - * a stream sets its reference count to 1. - * - * @param trace Trace instance. - * @param stream_class Stream class to instantiate. - * - * Returns a new stream on success, NULL on error. - */ -extern struct bt_ctf_stream *bt_ctf_trace_create_stream( - struct bt_ctf_trace *trace, - struct bt_ctf_stream_class *stream_class); - /* * bt_ctf_trace_set_environment_field: sets an environment field to the * trace.