lib: remove "accept port" concept
[babeltrace.git] / include / babeltrace2 / graph / graph-const.h
index c2dd64cd27ca8a3835b08dd67acee23fadae6a04..97672b7b905abd402791dd4449c0c28f21590804 100644 (file)
@@ -35,7 +35,6 @@ typedef enum bt_graph_status {
        BT_GRAPH_STATUS_OK = 0,
        BT_GRAPH_STATUS_END = 1,
        BT_GRAPH_STATUS_AGAIN = 11,
-       BT_GRAPH_STATUS_COMPONENT_REFUSES_PORT_CONNECTION = 111,
        BT_GRAPH_STATUS_CANCELED = 125,
        BT_GRAPH_STATUS_ERROR = -1,
        BT_GRAPH_STATUS_NOMEM = -12,
This page took 0.023688 seconds and 4 git commands to generate.