mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-26 20:54:22 +01:00
Removing the _connected field from Client since we don't use it anymore.
This commit is contained in:
parent
a642f0a15d
commit
e4b255acb9
@ -28,7 +28,6 @@ public:
|
||||
|
||||
private:
|
||||
static uint16_t _srcport;
|
||||
bool _connected;
|
||||
uint8_t _sock;
|
||||
uint8_t *_ip;
|
||||
uint16_t _port;
|
||||
|
Loading…
x
Reference in New Issue
Block a user