From: Philippe Proulx Date: Thu, 11 Feb 2016 23:40:18 +0000 (-0500) Subject: ir: remove unused event_headers member from struct bt_ctf_stream X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7158d791b5e1fd0b0419417717c861a85f458202;p=deliverable%2Fbabeltrace.git ir: remove unused event_headers member from struct bt_ctf_stream Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index f2ba5d362..25c526c0a 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -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;