summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-08-29 17:51:40 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-08-29 17:51:40 +0000
commitea7c335332546708cc9eeed3c5e324dbe35f7ed9 (patch)
tree2e81b1409ac553120109832597a4dafa8113d6e2 /cpp/src/qpid/client
parent7a597aa3abcd271e6e7d90e7c8c8b0f2380d759b (diff)
downloadqpid-python-ea7c335332546708cc9eeed3c5e324dbe35f7ed9.tar.gz
NO-JIRA: Remove obsolete and now unused code
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1378662 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client')
-rw-r--r--cpp/src/qpid/client/windows/SslConnector.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/qpid/client/windows/SslConnector.cpp b/cpp/src/qpid/client/windows/SslConnector.cpp
index 2aa31e8202..d11a8285be 100644
--- a/cpp/src/qpid/client/windows/SslConnector.cpp
+++ b/cpp/src/qpid/client/windows/SslConnector.cpp
@@ -79,7 +79,6 @@ public:
ConnectionImpl*);
virtual void connect(const std::string& host, const std::string& port);
virtual void connected(const Socket&);
- unsigned int getSSF();
};
// Static constructor which registers connector here
@@ -173,9 +172,4 @@ void SslConnector::connected(const Socket& s) {
shim->start(poller);
}
-unsigned int SslConnector::getSSF()
-{
- return shim->getSslKeySize();
-}
-
}}} // namespace qpid::client::windows