diff options
Diffstat (limited to 'cpp/src/qpid/broker/Connection.h')
-rw-r--r-- | cpp/src/qpid/broker/Connection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Connection.h b/cpp/src/qpid/broker/Connection.h index e38f88c2e9..b552267452 100644 --- a/cpp/src/qpid/broker/Connection.h +++ b/cpp/src/qpid/broker/Connection.h @@ -85,7 +85,6 @@ class Connection : public sys::ConnectionInputHandler, typedef std::map<framing::ChannelId, framing::FrameHandler::Chains> ChannelMap; typedef std::vector<Queue::shared_ptr>::iterator queue_iterator; - Exchange::shared_ptr findExchange(const string& name); framing::ProtocolVersion version; ChannelMap channels; |