diff options
Diffstat (limited to 'cpp/src/qpid/client/RdmaConnector.cpp')
| -rw-r--r-- | cpp/src/qpid/client/RdmaConnector.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/qpid/client/RdmaConnector.cpp b/cpp/src/qpid/client/RdmaConnector.cpp index f6bedf63f5..15d6e5364d 100644 --- a/cpp/src/qpid/client/RdmaConnector.cpp +++ b/cpp/src/qpid/client/RdmaConnector.cpp @@ -68,7 +68,6 @@ using boost::str; sys::Mutex pollingLock; bool polling; - bool joined; sys::ShutdownHandler* shutdownHandler; framing::InputHandler* input; @@ -148,7 +147,6 @@ RdmaConnector::RdmaConnector(Poller::shared_ptr p, version(ver), initiated(false), polling(false), - joined(true), shutdownHandler(0), aio(0), poller(p), @@ -164,7 +162,6 @@ RdmaConnector::~RdmaConnector() { void RdmaConnector::connect(const std::string& host, int port){ Mutex::ScopedLock l(pollingLock); assert(!polling); - assert(joined); // This stuff needs to abstracted out of here to a platform specific file ::addrinfo *res; @@ -188,7 +185,6 @@ void RdmaConnector::connect(const std::string& host, int port){ c->start(poller); polling = true; - joined = false; } // The following only gets run when connected |
