summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-11-26 18:15:39 +0100
committerAlexander Harkness <bearbin@gmail.com>2013-11-26 18:15:39 +0100
commit139bd34690c872ed017025146e466af06435c23a (patch)
tree6cb71d1d7bdaa0397ecfb42fb3523f2c6f815909 /src
parentFixed loads more of them. (diff)
parentAnvilStats: Fixed compilation. (diff)
downloadcuberite-139bd34690c872ed017025146e466af06435c23a.tar
cuberite-139bd34690c872ed017025146e466af06435c23a.tar.gz
cuberite-139bd34690c872ed017025146e466af06435c23a.tar.bz2
cuberite-139bd34690c872ed017025146e466af06435c23a.tar.lz
cuberite-139bd34690c872ed017025146e466af06435c23a.tar.xz
cuberite-139bd34690c872ed017025146e466af06435c23a.tar.zst
cuberite-139bd34690c872ed017025146e466af06435c23a.zip
Diffstat (limited to 'src')
-rw-r--r--src/OSSupport/Socket.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/OSSupport/Socket.cpp b/src/OSSupport/Socket.cpp
index c461d38a4..f25f800c2 100644
--- a/src/OSSupport/Socket.cpp
+++ b/src/OSSupport/Socket.cpp
@@ -210,9 +210,6 @@ bool cSocket::BindToAnyIPv4(unsigned short a_Port)
bool cSocket::BindToAnyIPv6(unsigned short a_Port)
{
- // Cannot use socckaddr_in6, because it is not defined in the default VS2008 SDK
- // Must jump through hoops here
-
sockaddr_in6 local;
memset(&local, 0, sizeof(local));