lib: rename functions to clearly indicate API inheritance
[babeltrace.git] / src / lib / trace-ir / trace-class.h
index 09f1e7d497755347f32a3ce68e56b0e11c095043..0b06bf32fda0a8fa27fa3e645922591e50053c89 100644 (file)
@@ -35,7 +35,6 @@
 #include <babeltrace2/types.h>
 #include <glib.h>
 #include <sys/types.h>
-#include "compat/uuid.h"
 
 #include "stream-class.h"
 #include "attributes.h"
 struct bt_trace_class {
        struct bt_object base;
 
-       struct {
-               GString *str;
-
-               /* NULL or `str->str` above */
-               const char *value;
-       } name;
-
-       struct {
-               uint8_t uuid[BABELTRACE_UUID_LEN];
-
-               /* NULL or `uuid` above */
-               bt_uuid value;
-       } uuid;
-
-       struct bt_value *environment;
-
        /* Array of `struct bt_stream_class *` */
        GPtrArray *stream_classes;
 
This page took 0.023273 seconds and 4 git commands to generate.