git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8651 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-05-25 23:53:23 +00:00
parent 443c97919e
commit 2f88e7a03c
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ int su_wait_destroy(su_wait_t *waitobj)
if (*waitobj)
WSACloseEvent(*waitobj);
#else
su_wait_t w0 = NULL;
su_wait_t w0 = { INVALID_SOCKET, 0, 0 };
assert(waitobj != NULL);
*waitobj = w0;