unused var in GSocket_SetServer removed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-04-13 17:57:01 +00:00
parent 5a6c3a9171
commit cbb5561c49

View File

@@ -351,7 +351,6 @@ GAddress *GSocket_GetPeer(GSocket *socket)
*/
GSocketError GSocket_SetServer(GSocket *sck)
{
int type;
int arg = 1;
assert(sck != NULL);