diff options
author | Andrew Stitcher <astitcher@apache.org> | 2012-09-13 21:36:27 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2012-09-13 21:36:27 +0000 |
commit | 624203416ec8cc4ca51879f25bf237519c27564d (patch) | |
tree | 545aec751a0ab6c6d6f00f4b420e50647ac895f9 /cpp/src/qpid/broker/QueueFlowLimit.cpp | |
parent | 48ad8d0334be1f009400d8e30dda0ef17d322830 (diff) | |
download | qpid-python-624203416ec8cc4ca51879f25bf237519c27564d.tar.gz |
NO-JIRA: Removed now unused cluster specific ClusterSafe code.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1384555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/QueueFlowLimit.cpp')
-rw-r--r-- | cpp/src/qpid/broker/QueueFlowLimit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/QueueFlowLimit.cpp b/cpp/src/qpid/broker/QueueFlowLimit.cpp index 11b9cbae63..c52cdee6a4 100644 --- a/cpp/src/qpid/broker/QueueFlowLimit.cpp +++ b/cpp/src/qpid/broker/QueueFlowLimit.cpp @@ -29,7 +29,6 @@ #include "qpid/log/Statement.h" #include "qpid/sys/Mutex.h" #include "qpid/broker/SessionState.h" -#include "qpid/sys/ClusterSafe.h" #include "qmf/org/apache/qpid/broker/Queue.h" |