diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-06-10 19:46:55 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-06-10 19:46:55 +0000 |
| commit | 4538403b32cbec9e2aef226205ceca3ae1187b4d (patch) | |
| tree | bd3ef7bd01b945274f98185a566c794829ec90fc /qpid/cpp/src | |
| parent | cd96e220d637f7aa59fd4b082194248d0b4f9112 (diff) | |
| download | qpid-python-4538403b32cbec9e2aef226205ceca3ae1187b4d.tar.gz | |
QPID-4905: Remove unused method
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1491583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/Connection.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qpid/cpp/src/qpid/broker/Connection.h b/qpid/cpp/src/qpid/broker/Connection.h index 5ab8632199..bf287cd85d 100644 --- a/qpid/cpp/src/qpid/broker/Connection.h +++ b/qpid/cpp/src/qpid/broker/Connection.h @@ -136,11 +136,6 @@ class Connection : public sys::ConnectionInputHandler, void sendHeartbeat(); void restartTimeout(); - template <class F> void eachSessionHandler(F f) { - for (ChannelMap::iterator i = channels.begin(); i != channels.end(); ++i) - f(*ptr_map_ptr(i)); - } - void setSecureConnection(SecureConnection* secured); const qpid::sys::SecuritySettings& getExternalSecuritySettings() const |
