From ce22e996fb7ecbf0a31a088349123d7f2fa919fd Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Tue, 19 Aug 2008 19:58:17 +0000 Subject: Forgot to remove unneeded comment git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@687142 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/txtest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/src/tests/txtest.cpp b/cpp/src/tests/txtest.cpp index fec7c18b4a..f0e70e83e9 100644 --- a/cpp/src/tests/txtest.cpp +++ b/cpp/src/tests/txtest.cpp @@ -245,7 +245,6 @@ struct Controller : public Client framing::StructHelper decoder; framing::Xid xid; // abort even, commit odd transactions -// for (std::vector::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 "); -- cgit v1.2.1