From 94d67ed2b72e56a60989bc7393efc6a0b6b812c3 Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Tue, 8 Mar 2011 15:04:07 +0000 Subject: QPID-3073: refactor to eliminate locks, malloc, and map insert/remove in receive path. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1079385 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/QueueTest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/tests/QueueTest.cpp') diff --git a/cpp/src/tests/QueueTest.cpp b/cpp/src/tests/QueueTest.cpp index fd30a98ac0..2059727e7b 100644 --- a/cpp/src/tests/QueueTest.cpp +++ b/cpp/src/tests/QueueTest.cpp @@ -88,8 +88,6 @@ intrusive_ptr create_message(std::string exchange, std::string routingK msg->getFrames().append(method); msg->getFrames().append(header); msg->getFrames().getHeaders()->get(true)->setRoutingKey(routingKey); - boost::shared_ptrdc(new DummyCompletion()); - msg->setIngressCompletion(dc); return msg; } -- cgit v1.2.1