|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62204 - sandbox/stm/boost/stm/detail
From: justin_at_[hidden]
Date: 2010-05-25 13:11:14
Author: jgottschlich
Date: 2010-05-25 13:11:13 EDT (Tue, 25 May 2010)
New Revision: 62204
URL: http://svn.boost.org/trac/boost/changeset/62204
Log:
removed matching else from if (!already ...)
Text files modified:
sandbox/stm/boost/stm/detail/transaction_impl.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/stm/boost/stm/detail/transaction_impl.hpp
==============================================================================
--- sandbox/stm/boost/stm/detail/transaction_impl.hpp (original)
+++ sandbox/stm/boost/stm/detail/transaction_impl.hpp 2010-05-25 13:11:13 EDT (Tue, 25 May 2010)
@@ -1339,7 +1339,7 @@
unlock_inflight_access();
}
- else unforce_to_abort();
+ //else unforce_to_abort();
}
////////////////////////////////////////////////////////////////////////////
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk