[Skiboot] [PATCH 11/25] sparse: state_str is unused

Cédric Le Goater clg at fr.ibm.com
Tue Feb 24 22:14:25 AEDT 2015


Signed-off-by: Cédric Le Goater <clg at fr.ibm.com>
---
 hw/bt.c |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/hw/bt.c b/hw/bt.c
index 3adcd852e8ce..dfac2872e3fd 100644
--- a/hw/bt.c
+++ b/hw/bt.c
@@ -72,12 +72,6 @@ enum bt_states {
 	BT_STATE_B_BUSY,
 };
 
-const char *state_str[] = {
-	"BT_STATE_IDLE",
-	"BT_STATE_RESP_WAIT",
-	"BT_STATE_B_BUSY",
-};
-
 struct bt_msg {
 	struct list_node link;
 	unsigned long tb;
-- 
1.7.10.4



More information about the Skiboot mailing list