Skip to content

Commit 409926e

Browse files
committed
Fix commits duplicating methods
1 parent b05c7df commit 409926e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libraries/WiFi/src/WiFiClient.h

-5
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ class WiFiClient : public Client
9090
uint16_t localPort() const;
9191
uint16_t localPort(int fd) const;
9292

93-
IPAddress localIP() const;
94-
IPAddress localIP(int fd) const;
95-
uint16_t localPort() const;
96-
uint16_t localPort(int fd) const;
97-
9893
//friend class WiFiServer;
9994
using Print::write;
10095
};

0 commit comments

Comments
 (0)