diff options
author | Jose <jose@zeroc.com> | 2016-11-08 10:14:39 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-11-08 10:14:39 +0100 |
commit | 8b5b54e44b10a7e9702856c15e5761beaa2949c1 (patch) | |
tree | eab8d7967e2b2fd8de44d94b1187ecc74e7f0d4c /cpp/src | |
parent | Fix 7435 - JavaScript warnings when running tests with Node 7 (diff) | |
download | ice-8b5b54e44b10a7e9702856c15e5761beaa2949c1.tar.bz2 ice-8b5b54e44b10a7e9702856c15e5761beaa2949c1.tar.xz ice-8b5b54e44b10a7e9702856c15e5761beaa2949c1.zip |
Fix IceSSL OSX build
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/IceSSL/Util.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/Util.cpp b/cpp/src/IceSSL/Util.cpp index 67a81e09740..6fbd2f46109 100755 --- a/cpp/src/IceSSL/Util.cpp +++ b/cpp/src/IceSSL/Util.cpp @@ -26,7 +26,6 @@ #ifdef ICE_OS_WINRT # include <ppltasks.h> #endif -using namespace IceUtilInternal; #ifdef ICE_USE_OPENSSL # include <openssl/err.h> |