summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-01-14 14:06:14 +0100
committerMattes D <github@xoft.cz>2015-01-22 20:12:55 +0100
commit4647e6ad716eccde67059ffde95d00ff06fc891f (patch)
treea621d90ae43778af2318093308832d1e0e91007c
parentcNetwork: Refactored cTCPLinkImpl::Connect into a factory. (diff)
downloadcuberite-4647e6ad716eccde67059ffde95d00ff06fc891f.tar
cuberite-4647e6ad716eccde67059ffde95d00ff06fc891f.tar.gz
cuberite-4647e6ad716eccde67059ffde95d00ff06fc891f.tar.bz2
cuberite-4647e6ad716eccde67059ffde95d00ff06fc891f.tar.lz
cuberite-4647e6ad716eccde67059ffde95d00ff06fc891f.tar.xz
cuberite-4647e6ad716eccde67059ffde95d00ff06fc891f.tar.zst
cuberite-4647e6ad716eccde67059ffde95d00ff06fc891f.zip
-rw-r--r--src/OSSupport/Network.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/OSSupport/Network.cpp b/src/OSSupport/Network.cpp
index f29a3da17..1eb635333 100644
--- a/src/OSSupport/Network.cpp
+++ b/src/OSSupport/Network.cpp
@@ -78,7 +78,6 @@ class cTCPLinkImpl:
public cTCPLink
{
typedef cTCPLink super;
- friend class cServerHandleImpl;
public:
/** Creates a new link based on the given socket.