Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NySNICInterface by
Diff: Socket/Socket.h
- Revision:
 - 24:987e412ae879
 - Parent:
 - 20:dd736d328de6
 - Child:
 - 25:67183ed15708
 
--- a/Socket/Socket.h	Thu Mar 27 10:11:59 2014 +0000
+++ b/Socket/Socket.h	Fri Mar 28 00:45:15 2014 +0000
@@ -77,8 +77,6 @@
 
 protected:
     int         mSocketID;
-    C_SNIC_Core *mSnicWifi_p;
-
 #if 0
     bool _blocking;
     int _timeout;
    