summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-10-28 22:02:48 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-10-28 22:02:48 +0000
commit86c8188d2b2415ec55ceda2d1ec6161b3bec68c1 (patch)
tree81dfc49e171b45a054b90c1a3bd09f497e9ed24f /qpid/cpp
parent3f2d66ae172f6bfd8b8a257e68ea425c01bbb9d9 (diff)
downloadqpid-python-86c8188d2b2415ec55ceda2d1ec6161b3bec68c1.tar.gz
Trivial comment change
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@708695 13f79535-47bb-0310-9956-ffa450edef68
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;