summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/exp/QueueContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/cluster/exp/QueueContext.cpp')
-rw-r--r--qpid/cpp/src/qpid/cluster/exp/QueueContext.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/cluster/exp/QueueContext.cpp b/qpid/cpp/src/qpid/cluster/exp/QueueContext.cpp
index 1de1c1850c..65a0711a84 100644
--- a/qpid/cpp/src/qpid/cluster/exp/QueueContext.cpp
+++ b/qpid/cpp/src/qpid/cluster/exp/QueueContext.cpp
@@ -69,7 +69,6 @@ void QueueContext::replicaState(
if ((before != after || selfDelivered) && isOwner(after)) {
QPID_LOG(trace, "cluster start consumers on " << queue.getName() << ", timer "
<< (after==SHARED_OWNER? "start" : "stop"));
- sys::Mutex::ScopedLock l(lock); // FIXME aconway 2011-09-29: REMOVE
queue.startConsumers();
if (after == SHARED_OWNER) timer.start();
else timer.stop();