diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceSSL/SslTransceiver.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/SslTransceiver.cpp b/cpp/src/IceSSL/SslTransceiver.cpp index 18378be7cae..00966041063 100644 --- a/cpp/src/IceSSL/SslTransceiver.cpp +++ b/cpp/src/IceSSL/SslTransceiver.cpp @@ -61,7 +61,6 @@ IceSSL::SslTransceiver::close() assert(_fd != INVALID_SOCKET); closeSocket(_fd); _fd = INVALID_SOCKET; - throw; } void |