From 7158d791b5e1fd0b0419417717c861a85f458202 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 11 Feb 2016 18:40:18 -0500 Subject: [PATCH] ir: remove unused event_headers member from struct bt_ctf_stream MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- include/babeltrace/ctf-ir/stream-internal.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1