Fix: remove assert() for existing SC field types
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 21 Dec 2016 22:29:35 +0000 (17:29 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:08 +0000 (14:09 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.026761 seconds and 4 git commands to generate.