Skip to content

Commit d82a571

Browse files
committed
Removing the _connected field from Client since we don't use it anymore.
1 parent e29499d commit d82a571

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Client.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class Client : public Print {
2828

2929
private:
3030
static uint16_t _srcport;
31-
bool _connected;
3231
uint8_t _sock;
3332
uint8_t *_ip;
3433
uint16_t _port;

0 commit comments

Comments
 (0)