projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fix for new iostreams
[wxWidgets.git]
/
src
/
unix
/
gsocket.c
diff --git
a/src/unix/gsocket.c
b/src/unix/gsocket.c
index 9fa98f1f4798f01784c9265ef30f6e043b2e0e51..3aa289c473dd036e33b5317176ada15340aeb519 100644
(file)
--- 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);