summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Network.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Network.cpp')
-rwxr-xr-xcpp/src/Ice/Network.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/Ice/Network.cpp b/cpp/src/Ice/Network.cpp
index c761d65dfe0..a4b6cc10c28 100755
--- a/cpp/src/Ice/Network.cpp
+++ b/cpp/src/Ice/Network.cpp
@@ -72,7 +72,6 @@ extern "C"
}
#endif
-
using namespace std;
using namespace Ice;
using namespace IceInternal;
@@ -2246,7 +2245,6 @@ IceInternal::setReuseAddress(SOCKET fd, bool reuse)
}
#endif
-
#ifdef ICE_OS_UWP
namespace
{
@@ -2747,7 +2745,6 @@ repeatAccept:
return ret;
}
-
void
IceInternal::createPipe(SOCKET fds[2])
{
@@ -3081,7 +3078,6 @@ IceInternal::doFinishConnectAsync(SOCKET fd, AsyncInfo& info)
}
#endif
-
bool
IceInternal::isIpAddress(const string& name)
{