summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-06-10 19:46:55 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-06-10 19:46:55 +0000
commitbfbf9ab02668e752bbc079ef1cde06a52cf1fa49 (patch)
tree6139828418675fffed4f64f536ca07d625e46492
parent085f29791e159ea521143e2780f97229245c29b6 (diff)
downloadqpid-python-bfbf9ab02668e752bbc079ef1cde06a52cf1fa49.tar.gz
QPID-4905: Remove unused method
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1491583 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/qpid/broker/Connection.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/qpid/broker/Connection.h b/cpp/src/qpid/broker/Connection.h
index 5ab8632199..bf287cd85d 100644
--- a/cpp/src/qpid/broker/Connection.h
+++ b/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