From e694e08a8b0b43e676c48867ca2cc28f4a7f2b84 Mon Sep 17 00:00:00 2001
From: wdenk <wdenk>
Date: Thu, 7 Apr 2005 22:41:05 +0000
Subject: [PATCH] Cleanup

---
 board/voiceblue/voiceblue.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/voiceblue/voiceblue.c b/board/voiceblue/voiceblue.c
index 2501622eb55..9691106581b 100644
--- a/board/voiceblue/voiceblue.c
+++ b/board/voiceblue/voiceblue.c
@@ -24,7 +24,6 @@
 int board_init(void)
 {
 	DECLARE_GLOBAL_DATA_PTR;
-	unsigned int val;
 
 	*((volatile unsigned char *) VOICEBLUE_LED_REG) = 0xaa;
 
-- 
GitLab