From 34b3049a60a37e180d73332ccddf706c049a0515 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 16 Sep 2003 21:07:28 +0000 Subject: Code cleanup --- board/mpl/vcma9/vcma9.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/mpl') diff --git a/board/mpl/vcma9/vcma9.c b/board/mpl/vcma9/vcma9.c index 33cec025291..cdf6163c8c5 100644 --- a/board/mpl/vcma9/vcma9.c +++ b/board/mpl/vcma9/vcma9.c @@ -218,6 +218,7 @@ static u8 Get_PLD_Revision(void) return(Get_PLD_ID() & 0x0F); } +#if 0 /* not used */ static int Get_Board_Config(void) { u8 config = Get_PLD_BOARD() & 0x03; @@ -227,6 +228,7 @@ static int Get_Board_Config(void) else return 0; } +#endif static uchar Get_Board_PCB(void) { -- cgit v1.2.3