From: Philippe Proulx Date: Wed, 14 Aug 2019 18:49:00 +0000 (-0400) Subject: lib: remove unused `enum bt_self_component_port_status` X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=5dd9365e200f377df12546e743e3514a60f7c68b lib: remove unused `enum bt_self_component_port_status` Signed-off-by: Philippe Proulx Change-Id: I8c1554a4408d63e6501fa6d0c2dd5caaf4c0799d Reviewed-on: https://review.lttng.org/c/babeltrace/+/1929 Tested-by: jenkins Reviewed-by: Francis Deslauriers --- diff --git a/include/babeltrace2/graph/self-component-port.h b/include/babeltrace2/graph/self-component-port.h index 4c6bfba3..db08e2c7 100644 --- a/include/babeltrace2/graph/self-component-port.h +++ b/include/babeltrace2/graph/self-component-port.h @@ -33,10 +33,6 @@ extern "C" { #endif -typedef enum bt_self_component_port_status { - BT_SELF_PORT_STATUS_OK = 0, -} bt_self_component_port_status; - static inline const bt_port *bt_self_component_port_as_port( bt_self_component_port *self_port)