X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=plugins%2Fctf%2Fcommon%2Fmsg-iter%2Fmsg-iter.c;h=22ebc55f090e80bd1cbb3290fadc24f276a5f4e0;hp=9f3dbad984c014ead0a4ec078f80d7b208c4fb09;hb=1d9f5cd6724aafdccf82c57ee0125bbc7cfb4027;hpb=c9fe7f23d9609caf13253debd50f10a820d8de8f diff --git a/plugins/ctf/common/msg-iter/msg-iter.c b/plugins/ctf/common/msg-iter/msg-iter.c index 9f3dbad9..22ebc55f 100644 --- a/plugins/ctf/common/msg-iter/msg-iter.c +++ b/plugins/ctf/common/msg-iter/msg-iter.c @@ -3021,7 +3021,6 @@ enum bt_msg_iter_status bt_msg_iter_get_packet_properties( props->exp_packet_total_size = notit->cur_exp_packet_total_size; props->exp_packet_content_size = notit->cur_exp_packet_content_size; props->stream_class_id = (uint64_t) notit->cur_stream_class_id; - BT_ASSERT(props->stream_class_id >= 0); props->data_stream_id = notit->cur_data_stream_id; props->snapshots.discarded_events = notit->snapshots.discarded_events; props->snapshots.packets = notit->snapshots.packets;