X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fgraph%2Fcomponent-sink.c;h=37eda35a6b680119160b3b2c9ee51b452609300f;hb=805e57b014d3763c86568a0b966f4d5093a53e03;hp=fb006f98186b0d2a88f0d3f390a8e85a33c3abb2;hpb=643012d55c789824e01f7d2ad5db8063d7c7fae3;p=babeltrace.git diff --git a/src/lib/graph/component-sink.c b/src/lib/graph/component-sink.c index fb006f98..37eda35a 100644 --- a/src/lib/graph/component-sink.c +++ b/src/lib/graph/component-sink.c @@ -127,8 +127,6 @@ enum bt_self_component_add_port_status bt_self_component_sink_add_input_port( struct bt_port *port = NULL; struct bt_component *comp = (void *) self_comp; - BT_ASSERT_PRE_NO_ERROR(); - /* * bt_component_add_input_port() logs details/errors and checks * preconditions.