summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SimpleTxnBuffer.cpp
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2012-08-21 12:12:24 +0000
committerKim van der Riet <kpvdr@apache.org>2012-08-21 12:12:24 +0000
commit2e5ff8f1b328831043e6d7e323249d62187234c6 (patch)
tree70526d59dd555238feff4672a2a00f95a963e30f /cpp/src/qpid/broker/SimpleTxnBuffer.cpp
parentd43d1912b376322e27fdcda551a73f9ff5487972 (diff)
downloadqpid-python-2e5ff8f1b328831043e6d7e323249d62187234c6.tar.gz
QPID-3858: Cleaned up the mechanism by which async operations are called.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1375493 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SimpleTxnBuffer.cpp')
-rw-r--r--cpp/src/qpid/broker/SimpleTxnBuffer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SimpleTxnBuffer.cpp b/cpp/src/qpid/broker/SimpleTxnBuffer.cpp
index cb9c54d2d4..7995eae874 100644
--- a/cpp/src/qpid/broker/SimpleTxnBuffer.cpp
+++ b/cpp/src/qpid/broker/SimpleTxnBuffer.cpp
@@ -164,7 +164,6 @@ SimpleTxnBuffer::asyncLocalCommit() {
boost::shared_ptr<TxnAsyncContext> tac(new TxnAsyncContext(this,
&handleAsyncCommitResult,
&m_resultQueue));
- m_store->testOp();
m_store->submitCommit(m_txnHandle, tac);
break;
}