diff options
author | Alan Conway <aconway@apache.org> | 2007-02-07 21:31:51 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-02-07 21:31:51 +0000 |
commit | 03861ef7951d707533af7d0d6cb53b75371cb62d (patch) | |
tree | 021a0777fa27086e7449904b2a19c289f82c5952 /cpp/lib | |
parent | 0ff800512262e7215937b23fdca879cfd1ae0813 (diff) | |
download | qpid-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.cpp | 1 |
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); } |