From 5dd9365e200f377df12546e743e3514a60f7c68b Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 14 Aug 2019 14:49:00 -0400 Subject: [PATCH] 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 --- include/babeltrace2/graph/self-component-port.h | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.34.1