diff options
Diffstat (limited to 'cpp/src/IceSSL/Util.h')
-rw-r--r-- | cpp/src/IceSSL/Util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/IceSSL/Util.h b/cpp/src/IceSSL/Util.h index 7696f6de547..a3f2cef105b 100644 --- a/cpp/src/IceSSL/Util.h +++ b/cpp/src/IceSSL/Util.h @@ -53,11 +53,6 @@ private: bool checkPath(std::string&, const std::string&, bool); // -// Create a ConnectionInfo value. -// -ConnectionInfo populateConnectionInfo(SSL*, SOCKET, const std::string&, bool); - -// // Accumulate the OpenSSL error stack into a string. // std::string getSslErrors(bool); |