ir: remove unused event header/context fields from stream
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 18 Feb 2016 00:12:23 +0000 (19:12 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Feb 2016 18:06:20 +0000 (13:06 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ir/stream.c
include/babeltrace/ctf-ir/stream-internal.h

index f2706169bd488a05264efcec5d2b336c62ef20e8..7136b26be0b3d9c491d1e688803488b00e02a005 100644 (file)
@@ -919,7 +919,6 @@ void bt_ctf_stream_destroy(struct bt_object *obj)
        }
        bt_put(stream->packet_header);
        bt_put(stream->packet_context);
-       bt_put(stream->event_context);
        g_free(stream);
 }
 
index 5ffe815ee089ca86ef89ebb3110e966331045975..a39b1529108bfdbd511ab8162a0815f8c9c1548a 100644 (file)
@@ -47,8 +47,6 @@ struct bt_ctf_stream {
        GString *name;
        struct bt_ctf_field *packet_header;
        struct bt_ctf_field *packet_context;
-       struct bt_ctf_field *event_header;
-       struct bt_ctf_field *event_context;
 };
 
 BT_HIDDEN
This page took 0.025509 seconds and 4 git commands to generate.