From e4b255acb93d0af9c0936513976bc5ed5e87c81d Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Tue, 3 Aug 2010 14:23:29 +0000 Subject: [PATCH] Removing the _connected field from Client since we don't use it anymore. --- libraries/Ethernet/Client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/Ethernet/Client.h b/libraries/Ethernet/Client.h index 8c1e70b44..3a2a1a479 100644 --- a/libraries/Ethernet/Client.h +++ b/libraries/Ethernet/Client.h @@ -28,7 +28,6 @@ public: private: static uint16_t _srcport; - bool _connected; uint8_t _sock; uint8_t *_ip; uint16_t _port;