removed warning: unused variable 'ethhdr' [-Wunused-variable]

pull/4278/head
0x6d61726b 2017-04-30 16:29:47 +02:00 committed by adbridge
parent 5fb0d56d76
commit c9313005fb
1 changed files with 0 additions and 1 deletions

View File

@ -402,7 +402,6 @@ static struct pbuf *lpc_low_level_input(struct netif *netif)
*/
void lpc_enetif_input(struct netif *netif)
{
struct eth_hdr *ethhdr;
struct pbuf *p;
/* move received packet into a new pbuf */