summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/network.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/network.c b/src/core/network.c
index 36e04c7a..38f4e65a 100644
--- a/src/core/network.c
+++ b/src/core/network.c
@@ -48,9 +48,6 @@ GIOChannel *g_io_channel_new(int handle)
return chan;
}
-/* Cygwin need this, don't know others.. */
-/*#define BLOCKING_SOCKETS 1*/
-
IPADDR ip4_any = {
AF_INET,
#if defined(IN6ADDR_ANY_INIT)