Author: astitcher
Date: Tue Oct 28 15:02:48 2008
New Revision: 708695
URL: http://svn.apache.org/viewvc?rev=708695&view=rev
Log:
Trivial comment change
Modified:
incubator/qpid/trunk/qpid/cpp/src/qpid/sys/RdmaIOPlugin.cpp
Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/sys/RdmaIOPlugin.cpp
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/sys/RdmaIOPlugin.cpp?rev=708695&r1=708694&r2=708695&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/sys/RdmaIOPlugin.cpp (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/sys/RdmaIOPlugin.cpp Tue Oct 28
15:02:48 2008
@@ -125,7 +125,6 @@
}
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;