Skip to content

Commit 19ee8a7

Browse files
committed
remove all Changes besides operator==
1 parent 16b308a commit 19ee8a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arduino/cores/arduino/Client.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ class Client : public Stream {
1919
virtual void stop() = 0;
2020
virtual uint8_t connected() = 0;
2121
virtual operator bool() = 0;
22-
virtual uint16_t localPort() = 0;
23-
virtual IPAddress remoteIP() = 0;
24-
virtual uint16_t remotePort() = 0;
2522
protected:
2623
uint8_t* rawIPAddress(IPAddress& addr) { return addr.raw_address(); };
2724
};

0 commit comments

Comments
 (0)