Fix: various fixes for ctf-traces/succeed test cases
[babeltrace.git] / lib / ctf-ir / event.c
index 9a552e7b09773682f13618ae5a28464b6cfaaebb..d1a7f777658b0cc2b010d89842d7942fc453d067 100644 (file)
@@ -98,9 +98,6 @@ struct bt_ctf_event *bt_ctf_event_create(struct bt_ctf_event_class *event_class)
                goto error;
        }
 
-       /* A stream class should always have an existing event header type */
-       assert(stream_class->event_header_type);
-
        /* The event class was frozen when added to its stream class */
        assert(event_class->frozen);
 
This page took 0.022701 seconds and 4 git commands to generate.