summaryrefslogtreecommitdiffstats
path: root/polyp/module-protocol-stub.c
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-01-05 23:13:54 +0000
committerPierre Ossman <ossman@cendio.se>2006-01-05 23:13:54 +0000
commit067c00ff5d3df79829a3b582bb6ac3079c3738de (patch)
treeb817fa9593beac5706b0565673d659c40e7b6972 /polyp/module-protocol-stub.c
parent72795fcaa6778d3612ec04f9e5bde9a0eb2b1682 (diff)
Reversing incorrect commit.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@423 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/module-protocol-stub.c')
-rw-r--r--polyp/module-protocol-stub.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/polyp/module-protocol-stub.c b/polyp/module-protocol-stub.c
index b41515fe..8c06a610 100644
--- a/polyp/module-protocol-stub.c
+++ b/polyp/module-protocol-stub.c
@@ -62,10 +62,6 @@
#elif defined(USE_TCP6_SOCKETS)
#define SOCKET_DESCRIPTION "(TCP/IPv6 sockets)"
#define SOCKET_USAGE "port=<TCP port number> loopback=<listen on loopback device only?>"
-#ifdef OS_IS_WIN32
-static const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }};
-static const struct in6_addr in6addr_loopback = {{ IN6ADDR_LOOPBACK_INIT }};
-#endif
#else
#define SOCKET_DESCRIPTION "(UNIX sockets)"
#define SOCKET_USAGE "socket=<path to UNIX socket>"