From 81584c84fadc886b0ad53dceb479073e56bf8cdd Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Sat, 19 Feb 2011 15:03:16 +0000 Subject: QPID-2935: merge producer flow control (C++ broker). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1072356 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/ClusterSafe.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/qpid/sys/ClusterSafe.cpp') diff --git a/cpp/src/qpid/sys/ClusterSafe.cpp b/cpp/src/qpid/sys/ClusterSafe.cpp index c6b527dfdf..b67b04c267 100644 --- a/cpp/src/qpid/sys/ClusterSafe.cpp +++ b/cpp/src/qpid/sys/ClusterSafe.cpp @@ -34,8 +34,6 @@ QPID_TSS bool inContext = false; bool isClusterSafe() { return !inCluster || inContext; } -bool isCluster() { return inCluster; } - void assertClusterSafe() { if (!isClusterSafe()) { QPID_LOG(critical, "Modified cluster state outside of cluster context"); -- cgit v1.2.1