This wasn't supposed to be checked in.
authorPierre Ossman <ossman@cendio.se>
Fri, 24 Feb 2006 16:28:29 +0000 (16:28 +0000)
committerPierre Ossman <ossman@cendio.se>
Fri, 24 Feb 2006 16:28:29 +0000 (16:28 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@599 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/polypcore/winsock.h

index 89e6a4e..b1e0f7d 100644 (file)
@@ -18,8 +18,6 @@
 
 #ifdef HAVE_WS2TCPIP_H
 #include <ws2tcpip.h>
-static const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }};
-static const struct in6_addr in6addr_loopback = {{ IN6ADDR_LOOPBACK_INIT }};
 #endif
 
 #endif