You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2008/08/19 21:58:18 UTC

svn commit: r687142 - /incubator/qpid/branches/qpid.0-10/cpp/src/tests/txtest.cpp

Author: kpvdr
Date: Tue Aug 19 12:58:17 2008
New Revision: 687142

URL: http://svn.apache.org/viewvc?rev=687142&view=rev
Log:
Forgot to remove unneeded comment

Modified:
    incubator/qpid/branches/qpid.0-10/cpp/src/tests/txtest.cpp

Modified: incubator/qpid/branches/qpid.0-10/cpp/src/tests/txtest.cpp
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-10/cpp/src/tests/txtest.cpp?rev=687142&r1=687141&r2=687142&view=diff
==============================================================================
--- incubator/qpid/branches/qpid.0-10/cpp/src/tests/txtest.cpp (original)
+++ incubator/qpid/branches/qpid.0-10/cpp/src/tests/txtest.cpp Tue Aug 19 12:58:17 2008
@@ -245,7 +245,6 @@
                 framing::StructHelper decoder;
                 framing::Xid xid;
                 // abort even, commit odd transactions
-//                for (std::vector<std::string>::const_iterator i = inDoubtXids.begin(), int cnt = 1; i < inDoubtXids.end(); i++, cnt++) {
                 for (unsigned i = 0; i < inDoubtXids.size(); i++) {
                     decoder.decode(xid, inDoubtXids[i]);
                     std::cout << (i%2 ? " * aborting " : " * committing ");