X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Fgraph%2Fgraph.c;fp=lib%2Fgraph%2Fgraph.c;h=219ca277ae6a197ea4d2e604cd9730db35745ac4;hp=2940355faf897ccbbb691a1e77be6ee46133f9dc;hb=cd6128ca5412c3b9cb40afe2580008329f612930;hpb=838a5a5273dc2296b0e08d20e2e0f24183e68b5e diff --git a/lib/graph/graph.c b/lib/graph/graph.c index 2940355f..219ca277 100644 --- a/lib/graph/graph.c +++ b/lib/graph/graph.c @@ -752,8 +752,6 @@ enum bt_graph_status bt_graph_run(struct bt_graph *graph) if (graph->sinks_to_consume->length > 1) { status = BT_GRAPH_STATUS_OK; } - } else if (status == BT_GRAPH_STATUS_NO_SINK) { - goto end; } } while (status == BT_GRAPH_STATUS_OK);