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:
Richard Frith-Macdonald 2005-03-01 08:00:59 +00:00
parent 7e5754884d
commit 38c4bd4bd7

View file

@ -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;