lib: return `void` when setting a simple value with no side effects
[babeltrace.git] / include / babeltrace / graph / self-component-port.h
index 753cba54934a92b7e9c711ef4ee091620a8b0d59..f8866b1b177ea6f3da3422a564ee5e187e55bf87 100644 (file)
@@ -34,7 +34,6 @@ struct bt_connection;
 
 enum bt_self_component_port_status {
        BT_SELF_PORT_STATUS_OK = 0,
-       BT_SELF_PORT_STATUS_ERROR = -1,
 };
 
 static inline
This page took 0.024602 seconds and 4 git commands to generate.