lib: remove "accept port" concept
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_component.i
index 9eb946e8c9303366784e2ff213ed2823eec3db23..e663c7220c8e76c7404c6687b6450e9876cd486c 100644 (file)
@@ -203,7 +203,6 @@ typedef enum bt_self_component_status {
        BT_SELF_COMPONENT_STATUS_OK = 0,
        BT_SELF_COMPONENT_STATUS_END = 1,
        BT_SELF_COMPONENT_STATUS_AGAIN = 11,
-       BT_SELF_COMPONENT_STATUS_REFUSE_PORT_CONNECTION = 111,
        BT_SELF_COMPONENT_STATUS_ERROR = -1,
        BT_SELF_COMPONENT_STATUS_NOMEM = -12,
 } bt_self_component_status;
This page took 0.02309 seconds and 4 git commands to generate.