From 9ebdc099d17dd6e48484331bcc6d6afbca3fa785 Mon Sep 17 00:00:00 2001 From: Richard Barry <ribarry@amazon.com> Date: Mon, 18 Apr 2011 08:44:08 +0000 Subject: [PATCH] Removed unused variable from SmartFusion PHY driver. --- .../MicroSemi_Code/drivers/mss_ethernet_mac/phy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/mss_ethernet_mac/phy.c b/Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/mss_ethernet_mac/phy.c index 9fb08984a..e0433bace 100644 --- a/Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/mss_ethernet_mac/phy.c +++ b/Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/mss_ethernet_mac/phy.c @@ -268,7 +268,6 @@ void PHY_reset( void ) */ void PHY_auto_negotiate( void ) { - int32_t a; uint16_t reg; reg = MDIO_read( PHYREG_MIIMCR );