src.ctf.lttng-live: remove unused parameter from lttng_live_metadata_create_stream
[babeltrace.git] / src / plugins / ctf / lttng-live / metadata.cpp
index 775396ee7d9cd2266dc4863f1758101bd3047c1d..e83e4b6fb18e021e8595a6ab2c94cbbffa52ca31 100644 (file)
@@ -94,7 +94,6 @@ end:
     return cc;
 }
 
-BT_HIDDEN
 enum lttng_live_iterator_status lttng_live_metadata_update(struct lttng_live_trace *trace)
 {
     struct lttng_live_session *session = trace->session;
@@ -288,9 +287,8 @@ end:
     return status;
 }
 
-BT_HIDDEN
 int lttng_live_metadata_create_stream(struct lttng_live_session *session, uint64_t ctf_trace_id,
-                                      uint64_t stream_id, const char *trace_name)
+                                      uint64_t stream_id)
 {
     bt_self_component *self_comp = session->self_comp;
     bt_logging_level log_level = session->log_level;
@@ -331,7 +329,6 @@ error:
     return -1;
 }
 
-BT_HIDDEN
 void lttng_live_metadata_fini(struct lttng_live_trace *trace)
 {
     struct lttng_live_metadata *metadata = trace->metadata;
This page took 0.022917 seconds and 4 git commands to generate.