Hide bt_ctf_writer_get_trace()
[babeltrace.git] / include / babeltrace / ctf-writer / writer.h
index 940736fe7eb552d22203a3b91cb20c68c85dfd4c..affc6503fa544290af54ab5291dd3323e499dfb4 100644 (file)
@@ -31,7 +31,6 @@
  */
 
 #include <babeltrace/ctf-ir/field-types.h>
-#include <babeltrace/ctf-ir/trace.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -54,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.024779 seconds and 4 git commands to generate.