1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Removing the _connected field from Client since we don't use it anymore.

This commit is contained in:
David A. Mellis
2010-08-03 14:23:29 +00:00
parent a642f0a15d
commit e4b255acb9

View File

@ -28,7 +28,6 @@ public:
private:
static uint16_t _srcport;
bool _connected;
uint8_t _sock;
uint8_t *_ip;
uint16_t _port;