ir: remove unused event_headers member from struct bt_ctf_stream
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 11 Feb 2016 23:40:18 +0000 (18:40 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 19 Feb 2016 22:23:03 +0000 (17:23 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/stream-internal.h

index f2ba5d362e90d737ea86ddf849ca3844b7950619..25c526c0aa4f714ec1ce8501ebd39d3518658598 100644 (file)
@@ -43,7 +43,6 @@ struct bt_ctf_stream {
        /* 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;
This page took 0.025986 seconds and 4 git commands to generate.