summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/sys/RdmaIOPlugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/sys/RdmaIOPlugin.cpp b/qpid/cpp/src/qpid/sys/RdmaIOPlugin.cpp
index 9a4452cc17..0a2a1db07c 100644
--- a/qpid/cpp/src/qpid/sys/RdmaIOPlugin.cpp
+++ b/qpid/cpp/src/qpid/sys/RdmaIOPlugin.cpp
@@ -125,7 +125,6 @@ void RdmaIOHandler::idle(Rdma::AsynchIO&) {
}
if (codec == 0) return;
if (codec->canEncode()) {
- // Try and get a queued buffer if not then construct new one
Rdma::Buffer* buff = aio->getBuffer();
size_t encoded=codec->encode(buff->bytes, buff->byteCount);
buff->dataCount = encoded;