mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove unused ivars
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20820 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7e5754884d
commit
38c4bd4bd7
1 changed files with 0 additions and 4 deletions
|
@ -192,10 +192,6 @@ typedef SOCKET NSSocketNativeHandle;
|
|||
NSString *address; /* Forced internet address. */
|
||||
gsu16 portNum; /* TCP port in host byte order. */
|
||||
SOCKET listener;
|
||||
#ifdef HAVE_WINDOWS_H
|
||||
WSAEVENT listenerWin;
|
||||
NSMapTable *handlesWin;
|
||||
#endif
|
||||
NSMapTable *handles; /* Handles indexed by socket. */
|
||||
#ifdef __MINGW32__
|
||||
WSAEVENT eventListener;
|
||||
|
|
Loading…
Reference in a new issue