diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-04-30 22:26:39 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-04-30 22:26:39 +0000 |
commit | 696ae85c37a5414e437915fccde4f2cc248a4529 (patch) | |
tree | c12c31ee1b75ddc5b507987df45d093eb623f65c /cpp/src | |
parent | Fixed bug #938 (diff) | |
download | ice-696ae85c37a5414e437915fccde4f2cc248a4529.tar.bz2 ice-696ae85c37a5414e437915fccde4f2cc248a4529.tar.xz ice-696ae85c37a5414e437915fccde4f2cc248a4529.zip |
minor fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceSSL/ConnectorI.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/ConnectorI.cpp b/cpp/src/IceSSL/ConnectorI.cpp index dd233b9f9da..03d51831689 100644 --- a/cpp/src/IceSSL/ConnectorI.cpp +++ b/cpp/src/IceSSL/ConnectorI.cpp @@ -16,8 +16,6 @@ #include <Ice/LoggerUtil.h> #include <Ice/Network.h> -//#include <openssl/err.h> - using namespace std; using namespace Ice; using namespace IceSSL; |