Cleanup: Remove unused trace environment types
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.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;
This page took 0.02408 seconds and 4 git commands to generate.