diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2008-10-28 22:02:48 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2008-10-28 22:02:48 +0000 |
| commit | c15852b63c41477abc0e4c145a95d10212a94e43 (patch) | |
| tree | 67284a936aca950845171b59ff9f7a5600660256 /cpp | |
| parent | 70e7f4334aa923abb819b9e6517cbef138946c14 (diff) | |
| download | qpid-python-c15852b63c41477abc0e4c145a95d10212a94e43.tar.gz | |
Trivial comment change
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708695 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qpid/sys/RdmaIOPlugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/RdmaIOPlugin.cpp b/cpp/src/qpid/sys/RdmaIOPlugin.cpp index 9a4452cc17..0a2a1db07c 100644 --- a/cpp/src/qpid/sys/RdmaIOPlugin.cpp +++ b/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; |
