lib: remove CTF concepts of packet and event headers
[babeltrace.git] / include / babeltrace / trace-ir / trace-class-internal.h
index 98ddc5d05aa7635e617cd0c7ed32ade6aec94c0b..2ffa3a3c4cd217364ef85702d6507a07614eac65 100644 (file)
@@ -62,12 +62,7 @@ struct bt_trace_class {
        /* Array of `struct bt_stream_class *` */
        GPtrArray *stream_classes;
 
-       struct bt_field_class *packet_header_fc;
        bool assigns_automatic_stream_class_id;
-
-       /* Pool of `struct bt_field_wrapper *` */
-       struct bt_object_pool packet_header_field_pool;
-
        bool frozen;
 };
 
This page took 0.02351 seconds and 4 git commands to generate.