diff --git a/libraries/WiFi/src/WiFi.h b/libraries/WiFi/src/WiFi.h index f90a0747f..1dd01df61 100644 --- a/libraries/WiFi/src/WiFi.h +++ b/libraries/WiFi/src/WiFi.h @@ -85,13 +85,6 @@ class WiFiClass : public MbedSocketClass { int beginAP(const char* ssid, const char* passphrase, uint8_t channel = DEFAULT_AP_CHANNEL); - /* Set the hostname used for DHCP requests - * - * param name: hostname to set - * - */ - void setHostname(const char* name); - /* * Disconnect from the network *