lib: remove unused _NO_SINK graph status
[babeltrace.git] / lib / graph / graph.c
index 2940355faf897ccbbb691a1e77be6ee46133f9dc..219ca277ae6a197ea4d2e604cd9730db35745ac4 100644 (file)
@@ -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);
 
This page took 0.0254450000000001 seconds and 4 git commands to generate.