DNS: Remove some unused, non-functional DNS functions

This commit is contained in:
Gregory Nutt
2015-07-11 07:17:11 -06:00
parent ae57fd7ee2
commit effda16cf5
6 changed files with 0 additions and 29 deletions

View File

@@ -142,10 +142,6 @@ int webserver_main(int argc, char *argv[])
netlib_set_ipv4netmask("eth0", &addr);
#ifdef CONFIG_EXAMPLES_WEBSERVER_DHCPC
/* Set up the resolver */
dns_bind();
/* Get the MAC address of the NIC */
netlib_getmacaddr("eth0", mac);