Skip to content

Commit 4244c7f

Browse files
committed
remove all Changes besides operator==
(Filtered from arduino/Arduino@fbdf3a1)
1 parent 088896a commit 4244c7f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/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)