summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SelfDestructQueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/broker/SelfDestructQueue.cpp')
-rw-r--r--qpid/cpp/src/qpid/broker/SelfDestructQueue.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/SelfDestructQueue.cpp b/qpid/cpp/src/qpid/broker/SelfDestructQueue.cpp
index f8b26a62ad..55f644ed86 100644
--- a/qpid/cpp/src/qpid/broker/SelfDestructQueue.cpp
+++ b/qpid/cpp/src/qpid/broker/SelfDestructQueue.cpp
@@ -37,7 +37,6 @@ bool SelfDestructQueue::checkDepth(const QueueDepth& increment, const Message&)
if (broker->getAcl())
broker->getAcl()->recordDestroyQueue(name);
QPID_LOG_CAT(debug, model, "Queue " << name << " deleted itself due to reaching limit: " << current << " (policy is " << settings.maxDepth << ")");
- destroyed();
}
current += increment;
return true;