summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/lib/broker/MessageHandlerImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/lib/broker/MessageHandlerImpl.cpp b/cpp/lib/broker/MessageHandlerImpl.cpp
index 49c4153185..0d588aa351 100644
--- a/cpp/lib/broker/MessageHandlerImpl.cpp
+++ b/cpp/lib/broker/MessageHandlerImpl.cpp
@@ -163,7 +163,6 @@ MessageHandlerImpl::recover(const MethodContext& context,
bool requeue)
{
THROW_QPID_ERROR(INTERNAL_ERROR, "Unimplemented");
- // FIXME aconway 2007-02-06: Call to recover hangs client.
channel.recover(requeue);
client.ok(context);
}