From a7c415355d7e6def65028b131c8cb2d5586cd2a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 9 Apr 2015 14:35:29 -0400 Subject: [PATCH] Cleanup: Remove unused trace environment types MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/babeltrace/ctf-ir/trace-internal.h | 9 --------- include/babeltrace/ctf-ir/trace.h | 6 ------ 2 files changed, 15 deletions(-) diff --git a/include/babeltrace/ctf-ir/trace-internal.h b/include/babeltrace/ctf-ir/trace-internal.h index b32f7cab..03433a4b 100644 --- a/include/babeltrace/ctf-ir/trace-internal.h +++ b/include/babeltrace/ctf-ir/trace-internal.h @@ -60,15 +60,6 @@ struct bt_ctf_trace { uint64_t next_stream_id; }; -struct environment_variable { - GString *name; - enum bt_environment_field_type type; - union { - GString *string; - int64_t integer; - } value; -}; - struct metadata_context { GString *string; GString *field_name; diff --git a/include/babeltrace/ctf-ir/trace.h b/include/babeltrace/ctf-ir/trace.h index ba8a5fdf..95381034 100644 --- a/include/babeltrace/ctf-ir/trace.h +++ b/include/babeltrace/ctf-ir/trace.h @@ -43,12 +43,6 @@ struct bt_ctf_stream; struct bt_ctf_stream_class; struct bt_ctf_clock; -enum bt_environment_field_type { - BT_ENVIRONMENT_FIELD_TYPE_UNKNOWN = -1, - BT_ENVIRONMENT_FIELD_TYPE_STRING = 0, - BT_ENVIRONMENT_FIELD_TYPE_INTEGER = 1, -}; - /* * bt_ctf_trace_create: create a trace instance. * -- 2.34.1