X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-internal.h;h=7461d321f0fe34c85c67a9898dd04fd29a25da8a;hb=5fd2e9fda6185e989583e6e61b9312683149747e;hp=f2ba5d362e90d737ea86ddf849ca3844b7950619;hpb=e6a8e8e4744633807083a077ff9f101eb97d9801;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index f2ba5d36..7461d321 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -42,9 +42,6 @@ struct bt_ctf_stream { struct bt_ctf_stream_class *stream_class; /* Array of pointers to bt_ctf_event for the current packet */ GPtrArray *events; - /* Array of pointers to bt_ctf_field associated with each event */ - GPtrArray *event_headers; - GPtrArray *event_contexts; struct ctf_stream_pos pos; unsigned int flushed_packet_count; struct bt_ctf_field *packet_header;