From cbb5561c4953b034c7e57c98fe9e6e133d1566bd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 13 Apr 2000 17:57:01 +0000 Subject: [PATCH] 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 --- src/unix/gsocket.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/unix/gsocket.c b/src/unix/gsocket.c index 9fa98f1f47..3aa289c473 100644 --- a/src/unix/gsocket.c +++ b/src/unix/gsocket.c @@ -351,7 +351,6 @@ GAddress *GSocket_GetPeer(GSocket *socket) */ GSocketError GSocket_SetServer(GSocket *sck) { - int type; int arg = 1; assert(sck != NULL);