From: richardbarry Date: Mon, 18 Apr 2011 08:44:08 +0000 (+0000) Subject: Removed unused variable from SmartFusion PHY driver. X-Git-Tag: V7.0.1~60 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2573360c9af1c92d333c9e8f2b8946a3347a3397;p=freertos Removed unused variable from SmartFusion PHY driver. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1364 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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 );