summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/interceptor/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/interceptor/Client.cpp')
-rw-r--r--cpp/test/Ice/interceptor/Client.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/Ice/interceptor/Client.cpp b/cpp/test/Ice/interceptor/Client.cpp
index 2126b15161a..0ac42e9b69c 100644
--- a/cpp/test/Ice/interceptor/Client.cpp
+++ b/cpp/test/Ice/interceptor/Client.cpp
@@ -24,7 +24,6 @@ DEFINE_TEST("client")
# include <signal.h>
#endif
-
using namespace std;
#if defined(__APPLE__) || defined(ICE_OS_UWP)
@@ -185,7 +184,6 @@ ClientApp::run(int, char*[])
return rs;
}
-
int
ClientApp::run(const Test::MyObjectPrxPtr& prx, const InterceptorIPtr& interceptor)
{