diff options
author | Mattes D <github@xoft.cz> | 2015-01-14 14:06:14 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-01-22 20:12:55 +0100 |
commit | 4647e6ad716eccde67059ffde95d00ff06fc891f (patch) | |
tree | a621d90ae43778af2318093308832d1e0e91007c /src/OSSupport | |
parent | cNetwork: Refactored cTCPLinkImpl::Connect into a factory. (diff) | |
download | cuberite-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 |
Diffstat (limited to 'src/OSSupport')
-rw-r--r-- | src/OSSupport/Network.cpp | 1 |
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. |