Tests: adapt writer tests as IR now allows NULL headers and contexts
[babeltrace.git] / formats / ctf / ir / stream-class.c
index cf9e58e5b49a13722f056eca51d2756b2b636b84..c467da9aad3199d02cd2fc34843ae4b1fb941ed3 100644 (file)
@@ -581,7 +581,6 @@ struct bt_ctf_field_type *bt_ctf_stream_class_get_packet_context_type(
                goto end;
        }
 
-       assert(stream_class->packet_context_type);
        bt_get(stream_class->packet_context_type);
        ret = stream_class->packet_context_type;
 end:
This page took 0.023103 seconds and 4 git commands to generate.