diff --git a/src/netif/ethernetif.c b/src/netif/ethernetif.c index 96ddc0ea..db45767e 100644 --- a/src/netif/ethernetif.c +++ b/src/netif/ethernetif.c @@ -68,8 +68,6 @@ struct ethernetif { /* Add whatever per-interface state that is needed here. */ }; -static const struct eth_addr ethbroadcast = {{0xff,0xff,0xff,0xff,0xff,0xff}}; - /* Forward declarations. */ static void ethernetif_input(struct netif *netif);