babeltrace(1): handle SIGINT to cancel the graph gracefully
[babeltrace.git] / lib / graph / graph.c
index 808296f74f52c0828bf4c95468158d18d71506a9..ab6b14cfb047c296d0db4183932220525ee4c0ec 100644 (file)
@@ -588,11 +588,6 @@ enum bt_graph_status bt_graph_run(struct bt_graph *graph)
        }
 
        do {
-               if (graph->canceled) {
-                       status = BT_GRAPH_STATUS_CANCELED;
-                       goto end;
-               }
-
                status = bt_graph_consume(graph);
                if (status == BT_GRAPH_STATUS_AGAIN) {
                        /*
This page took 0.023411 seconds and 4 git commands to generate.