summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionHandler.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-12-19 21:22:34 +0000
committerAlan Conway <aconway@apache.org>2012-12-19 21:22:34 +0000
commit1b29d959bce43048c6d28469aecf5b0272ceca7b (patch)
tree31e15d2f02916579a1107807dae9a35e503b26da /cpp/src/qpid/broker/SessionHandler.cpp
parent1a807244ee20e51ed9f87680385c68633f0b210c (diff)
downloadqpid-python-1b29d959bce43048c6d28469aecf5b0272ceca7b.tar.gz
QPID-4514: Remove obsolete cluster code, clusterOrderProxy
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1424121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionHandler.cpp')
-rw-r--r--cpp/src/qpid/broker/SessionHandler.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/qpid/broker/SessionHandler.cpp b/cpp/src/qpid/broker/SessionHandler.cpp
index 9888d12be2..0874a6a28e 100644
--- a/cpp/src/qpid/broker/SessionHandler.cpp
+++ b/cpp/src/qpid/broker/SessionHandler.cpp
@@ -34,9 +34,7 @@ using namespace qpid::sys;
SessionHandler::SessionHandler(Connection& c, ChannelId ch)
: qpid::amqp_0_10::SessionHandler(&c.getOutput(), ch),
connection(c),
- proxy(out),
- clusterOrderProxy(c.getClusterOrderOutput() ?
- new SetChannelProxy(ch, c.getClusterOrderOutput()) : 0)
+ proxy(out)
{}
SessionHandler::~SessionHandler() {}