lib: remove unused _NO_SINK graph status
[babeltrace.git] / cli / babeltrace.c
index 934f9f85eda9ebecaa44c0a6f296ede10da006d2..791c6c8eba18190c6a670e634e2c735866fa25f9 100644 (file)
@@ -2614,8 +2614,6 @@ const char *bt_graph_status_str(bt_graph_status status)
                return "BT_GRAPH_STATUS_CANCELED";
        case BT_GRAPH_STATUS_ERROR:
                return "BT_GRAPH_STATUS_ERROR";
-       case BT_GRAPH_STATUS_NO_SINK:
-               return "BT_GRAPH_STATUS_NO_SINK";
        case BT_GRAPH_STATUS_NOMEM:
                return "BT_GRAPH_STATUS_NOMEM";
        default:
This page took 0.03573 seconds and 4 git commands to generate.