From 6b6dfc1709eace6db0c624676ad297e34fef4aa7 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 29 Jan 2008 14:48:59 +0000 Subject: Deleted unused classes, adjusted files that still mention them. D src/qpid/framing/ChannelAdapter.cpp D src/qpid/framing/ChannelAdapter.h D src/qpid/framing/HandlerUpdater.h D src/tests/BrokerChannelTest.cpp D src/tests/MockChannel.h git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@616353 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/ClusterPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp') diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index 380bd7f632..35a07fbc2d 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -55,7 +55,7 @@ struct ClusterPlugin : public Plugin { if (broker && !options.clusterName.empty()) { assert(!cluster); // A process can only belong to one cluster. cluster = boost::in_place(options.clusterName, broker->getUrl(), boost::ref(*broker)); - broker->add(make_shared_ptr(&cluster->getHandlerUpdater(), nullDeleter)); + // broker->add(make_shared_ptr(&cluster->getHandlerUpdater(), nullDeleter)); } } }; -- cgit v1.2.1