STM32 Ethernet: Remove unused variable warning.

This commit is contained in:
Gregory Nutt 2017-03-03 15:24:00 -06:00
parent 8353ddbef4
commit 7bb19ad8bc

View File

@ -1928,8 +1928,6 @@ static void stm32_txdone(FAR struct stm32_ethmac_s *priv)
if (priv->inflight <= 0)
{
int delay;
/* Cancel the TX timeout */
wd_cancel(priv->txtimeout);