diff options
Diffstat (limited to 'cpp/lib/common/framing/MethodContext.h')
-rw-r--r-- | cpp/lib/common/framing/MethodContext.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/lib/common/framing/MethodContext.h b/cpp/lib/common/framing/MethodContext.h index 3493924bf6..80e4c55d7e 100644 --- a/cpp/lib/common/framing/MethodContext.h +++ b/cpp/lib/common/framing/MethodContext.h @@ -67,11 +67,6 @@ struct MethodContext RequestId getRequestId() const; }; -// FIXME aconway 2007-02-01: Method context only required on Handler -// functions, not on Proxy functions. If we add set/getChannel(ChannelAdapter*) -// on AMQBody and set it during decodeing then we could get rid of the context. - - }} // namespace qpid::framing |