Skip to content

Commit a57fb9c

Browse files
committed
Final changes to integrate latest core updates to WiFly branch
1 parent 8e73601 commit a57fb9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Client.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class Client : public NetClient {
2424
virtual void flush();
2525
virtual void stop();
2626
virtual uint8_t connected();
27-
virtual uint8_t operator==(int);
28-
virtual uint8_t operator!=(int);
2927
virtual operator bool();
3028

3129
friend class Server;

0 commit comments

Comments
 (0)