etharp_output_sent no longer exists

This commit is contained in:
jani 2003-01-11 15:10:12 +00:00
parent 2bba9bcd9f
commit 02a6a8a809

View File

@ -262,7 +262,6 @@ tapif_output(struct netif *netif, struct pbuf *p,
p = etharp_output(netif, ipaddr, p);
if(p != NULL) {
low_level_output(netif, p);
etharp_output_sent(p);
p = NULL;
}
return ERR_OK;