From f138d4ef996b28b475ccbcfcf1b3484f4a05d5f7 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 27 Oct 2010 18:01:27 +0000 Subject: Revert experimental cluster code, too close to 0.8 release. Reverts revisions: r1023966 "Introduce broker::Cluster interface." r1024275 "Fix compile error: outline set/getCluster fucntions on Broker." r1027210 "New cluster: core framework and initial implementation of enqueue logic." git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028055 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qpid/cpp/src/tests/Makefile.am') diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 2a7430b8ca..241ee0fbb1 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -123,8 +123,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ Variant.cpp \ Address.cpp \ ClientMessage.cpp \ - Qmf2.cpp \ - BrokerClusterCalls.cpp + Qmf2.cpp if HAVE_XML unit_test_SOURCES+= XmlClientSessionTest.cpp -- cgit v1.2.1