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
1 changed files with 0 additions and 1 deletions

View File

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