diff --git a/src/core/netif.c b/src/core/netif.c index c89811a1..5965bc5b 100644 --- a/src/core/netif.c +++ b/src/core/netif.c @@ -294,7 +294,6 @@ netif_add(struct netif *netif, LWIP_ERROR("netif_add: invalid netif", netif != NULL, return NULL); LWIP_ERROR("netif_add: No init function given", init != NULL, return NULL); - LWIP_ERROR("netif_add: No input function given", input != NULL, return NULL); #if LWIP_IPV4 if (ipaddr == NULL) {