From 715dcd61baf8d367eeb31c083bf6a9650e829c4c Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 19 Nov 2008 17:12:48 +0000 Subject: Ensure that callbacks are removed before IncompleteMessageList instance is deleted. (also removed commented out line of code from Queue.cpp) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@719012 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Queue.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/broker/Queue.cpp') diff --git a/cpp/src/qpid/broker/Queue.cpp b/cpp/src/qpid/broker/Queue.cpp index c1cbceccb5..9f722cf8be 100644 --- a/cpp/src/qpid/broker/Queue.cpp +++ b/cpp/src/qpid/broker/Queue.cpp @@ -496,7 +496,6 @@ void Queue::push(boost::intrusive_ptr& msg){ QueuedMessage qm(this, msg, ++sequence); if (policy.get()) policy->tryEnqueue(qm); - //if (lastValueQueue && LVQinsert(qm) ) return; // LVQ update of existing message LVQ::iterator i; if (lastValueQueue){ const framing::FieldTable* ft = msg->getApplicationHeaders(); -- cgit v1.2.1