Cleanup: Remove unused trace environment types
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 9 Apr 2015 18:35:29 +0000 (14:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 9 Apr 2015 19:01:28 +0000 (15:01 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/trace-internal.h
include/babeltrace/ctf-ir/trace.h

index b32f7cabc3b9ecc299d7edbe1f1d7614c57cd3fe..03433a4be873442e3f134f117fc4b32822bb2948 100644 (file)
@@ -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;
index ba8a5fdf7a374b7e3b85613fc2f0023a5e91caea..953810342b10896b4c85364bb8d1e589be8ce6f0 100644 (file)
@@ -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.
  *
This page took 0.024499 seconds and 4 git commands to generate.