Internalize trace listener API and bt_ctf_trace_get_metadata_string()
[babeltrace.git] / include / babeltrace / ctf-ir / trace.h
index feb5a6de493a60dd5b0d04a2d2d9630ea7a21bb4..f358422591c3cb8f32d4a6d14a4df3695cb48341 100644 (file)
@@ -870,18 +870,6 @@ extern int bt_ctf_trace_visit(struct bt_ctf_trace *trace_class,
 
 /** @} */
 
-/*
- * bt_ctf_trace_get_metadata_string: get metadata string.
- *
- * Get the trace's TSDL metadata. The caller assumes the ownership of the
- * returned string.
- *
- * @param trace Trace instance.
- *
- * Returns the metadata string on success, NULL on error.
- */
-extern char *bt_ctf_trace_get_metadata_string(struct bt_ctf_trace *trace);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.024071 seconds and 4 git commands to generate.