Fix: remove assert() for existing SC field types
[babeltrace.git] / formats / ctf / ir / stream-class.c
index c467da9aad3199d02cd2fc34843ae4b1fb941ed3..313d51bcfa8fa4301dfb08555e79adac48d12c2b 100644 (file)
@@ -622,7 +622,6 @@ struct bt_ctf_field_type *bt_ctf_stream_class_get_event_header_type(
                goto end;
        }
 
-       assert(stream_class->event_header_type);
        bt_get(stream_class->event_header_type);
        ret = stream_class->event_header_type;
 end:
This page took 0.023812 seconds and 4 git commands to generate.