mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
DNS: Remove some unused, non-functional DNS functions
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user