Hide bt_ctf_writer_get_trace()
[babeltrace.git] / include / babeltrace / ctf-writer / writer.h
index 8cfa094ca44578557c28dff2799d080c3b313c15..affc6503fa544290af54ab5291dd3323e499dfb4 100644 (file)
@@ -53,16 +53,6 @@ struct bt_ctf_clock;
  */
 extern struct bt_ctf_writer *bt_ctf_writer_create(const char *path);
 
-/*
- * bt_ctf_writer_get_trace: Get a writer's associated trace.
- *
- * @param writer Writer instance.
- *
- * Return the writer's associated instance, NULL on error.
- */
-extern struct bt_ctf_trace *bt_ctf_writer_get_trace(
-               struct bt_ctf_writer *writer);
-
 /*
  * bt_ctf_writer_create_stream: create a stream instance.
  *
This page took 0.023539 seconds and 4 git commands to generate.