diff options
Diffstat (limited to 'cpp/src/qpid/broker/DtxHandlerImpl.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/DtxHandlerImpl.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/qpid/broker/DtxHandlerImpl.cpp b/cpp/src/qpid/broker/DtxHandlerImpl.cpp index 72d3888e37..8b3629dff9 100644 --- a/cpp/src/qpid/broker/DtxHandlerImpl.cpp +++ b/cpp/src/qpid/broker/DtxHandlerImpl.cpp @@ -25,7 +25,6 @@ using namespace qpid::broker; using qpid::framing::AMQP_ClientProxy; using qpid::framing::Buffer; using qpid::framing::FieldTable; -using qpid::framing::MethodContext; using std::string; DtxHandlerImpl::DtxHandlerImpl(CoreRefs& parent) : @@ -194,9 +193,4 @@ void DtxHandlerImpl::setTimeout(u_int16_t /*ticket*/, broker.getDtxManager().setTimeout(xid, timeout); } -void DtxHandlerImpl::setResponseTo(framing::RequestId r) -{ - dClient.setResponseTo(r); - cClient.setResponseTo(r); -} |
