lib: make packets and packet messages optional, disabled by default
[babeltrace.git] / src / plugins / utils / trimmer / trimmer.c
index 763c898660d3ff3263528ef7f89403c29a8a083a..c1c0f6921458cf963f814e41a80f31c4f9e94284 100644 (file)
@@ -1349,7 +1349,6 @@ handle_message_with_stream(
                 * couldn't be using the trimmer component.
                 */
                BT_ASSERT(ns_from_origin);
-               BT_ASSERT(sstate->cur_packet);
 
                if (G_UNLIKELY(!trimmer_it->end.is_infinite &&
                                *ns_from_origin > trimmer_it->end.ns_from_origin)) {
This page took 0.024686 seconds and 4 git commands to generate.