Cleanup: Remove unused trace environment types
[babeltrace.git] / include / babeltrace / ctf-ir / trace.h
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.024787 seconds and 4 git commands to generate.