summaryrefslogtreecommitdiff
path: root/cpp/lib
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-02-07 21:31:51 +0000
committerAlan Conway <aconway@apache.org>2007-02-07 21:31:51 +0000
commit03861ef7951d707533af7d0d6cb53b75371cb62d (patch)
tree021a0777fa27086e7449904b2a19c289f82c5952 /cpp/lib
parent0ff800512262e7215937b23fdca879cfd1ae0813 (diff)
downloadqpid-python-03861ef7951d707533af7d0d6cb53b75371cb62d.tar.gz
Removed out of date FIXME.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@504703 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib')
-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);
}