for EthernetInterface library compatibility.\\ ** Unoffical fix. may be a problem. **

Dependents:   SNIC-httpclient-example SNIC-ntpclient-example

Fork of SNICInterface by muRata

Revision:
35:e4e7f86fd975
Parent:
33:33f1bc919486
Child:
39:a1233ca02edf
diff -r 8c3527b8f44e -r e4e7f86fd975 Socket/Socket.h
--- a/Socket/Socket.h	Mon Jun 09 08:28:07 2014 +0000
+++ b/Socket/Socket.h	Tue Jun 10 10:19:48 2014 +0000
@@ -84,14 +84,6 @@
     int  mSocketID;
     bool _blocking;
     int _timeout;
-#if 0
-    GSwifi * _wifi;
-
-    bool _server;
-    int _cid;
-    int _port;
-#endif
-    
     char *getSocketSendBuf();
 
 private: