diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-05-26 20:38:27 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-05-26 20:38:27 +0000 |
| commit | 17901dc92b36cdd2af8f96771107bf5594beb3ce (patch) | |
| tree | 1ba9c01f77e8555e6cd243a833d6b30619e4d6a5 /cpp/src/qpid/sys/SslPlugin.cpp | |
| parent | c3dc35783ba563428aa13ef971fb0950b046e250 (diff) | |
| download | qpid-python-17901dc92b36cdd2af8f96771107bf5594beb3ce.tar.gz | |
NO-JIRA: Remove a lot of redundant stuff from the Socket code
- Removal of unused code
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1128065 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/SslPlugin.cpp')
| -rw-r--r-- | cpp/src/qpid/sys/SslPlugin.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/qpid/sys/SslPlugin.cpp b/cpp/src/qpid/sys/SslPlugin.cpp index 84ab7e534c..471a0cef60 100644 --- a/cpp/src/qpid/sys/SslPlugin.cpp +++ b/cpp/src/qpid/sys/SslPlugin.cpp @@ -71,7 +71,6 @@ class SslProtocolFactory : public ProtocolFactory { boost::function2<void, int, std::string> failed); uint16_t getPort() const; - std::string getHost() const; bool supports(const std::string& capability); private: @@ -146,10 +145,6 @@ uint16_t SslProtocolFactory::getPort() const { return listeningPort; // Immutable no need for lock. } -std::string SslProtocolFactory::getHost() const { - return listener.getSockname(); -} - void SslProtocolFactory::accept(Poller::shared_ptr poller, ConnectionCodec::Factory* fact) { acceptor.reset( |
