diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-08-23 20:48:23 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-08-23 20:48:23 +0000 |
| commit | 1d87ab05c2fdff3caa57dbc27f1511541cabd7b8 (patch) | |
| tree | d290a1506b276162134f5622e80f1abead77d5d8 /cpp/src/qpid/broker/Connection.h | |
| parent | ef3897032cd095e59f0a171236157a66d6440287 (diff) | |
| download | qpid-python-1d87ab05c2fdff3caa57dbc27f1511541cabd7b8.tar.gz | |
removed un-used code
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@569136 13f79535-47bb-0310-9956-ffa450edef68
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; |
