Remove superflous set_current_packet_content_sizes
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 9 Nov 2016 22:18:13 +0000 (17:18 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:06 +0000 (14:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/common/notif-iter/notif-iter.c

index 56bf9fff49b04e9bbc829d6f2c791840d9bd5f86..ab28630ef12fc37307b054d9fef9c76a4c346d4a 100644 (file)
@@ -889,12 +889,6 @@ enum bt_ctf_notif_iter_status after_event_header_state(
 {
        enum bt_ctf_notif_iter_status status;
 
-       status = set_current_packet_content_sizes(notit);
-       if (status != BT_CTF_NOTIF_ITER_STATUS_OK) {
-               PERR("Failed to set current packet and content sizes\n");
-               goto end;
-       }
-
        status = set_current_event_class(notit);
        if (status != BT_CTF_NOTIF_ITER_STATUS_OK) {
                PERR("Failed to set current event class\n");
This page took 0.025997 seconds and 4 git commands to generate.