lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / ctf-writer / trace.h
index 68af9a8b48d0203711f0c971f7a03c77d40ee6ab..27b18214958bfa39ea872b238aad65bb50777c81 100644 (file)
@@ -2,8 +2,6 @@
 #define BABELTRACE_CTF_WRITER_TRACE_H
 
 /*
- * BabelTrace - CTF Writer: Stream Class
- *
  * Copyright 2014 EfficiOS Inc.
  *
  * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
@@ -50,25 +48,6 @@ extern const unsigned char *bt_ctf_trace_get_uuid(
 extern int bt_ctf_trace_set_uuid(struct bt_ctf_trace *trace,
                const unsigned char *uuid);
 
-extern int64_t bt_ctf_trace_get_environment_field_count(
-               struct bt_ctf_trace *trace);
-
-extern const char *
-bt_ctf_trace_get_environment_field_name_by_index(
-               struct bt_ctf_trace *trace, uint64_t index);
-
-extern struct bt_value *
-bt_ctf_trace_get_environment_field_value_by_index(struct bt_ctf_trace *trace,
-               uint64_t index);
-
-extern struct bt_value *
-bt_ctf_trace_get_environment_field_value_by_name(
-               struct bt_ctf_trace *trace, const char *name);
-
-extern int bt_ctf_trace_set_environment_field(
-               struct bt_ctf_trace *trace, const char *name,
-               struct bt_value *value);
-
 extern int bt_ctf_trace_set_environment_field_integer(
                struct bt_ctf_trace *trace, const char *name,
                int64_t value);
This page took 0.025217 seconds and 4 git commands to generate.