[rhmessaging-commits] rhmessaging commits: r3967 - store/trunk/cpp/lib.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu May 13 07:35:46 EDT 2010


Author: kpvdr
Date: 2010-05-13 07:35:46 -0400 (Thu, 13 May 2010)
New Revision: 3967

Modified:
   store/trunk/cpp/lib/TxnCtxt.h
Log:
Removed unused lock

Modified: store/trunk/cpp/lib/TxnCtxt.h
===================================================================
--- store/trunk/cpp/lib/TxnCtxt.h	2010-05-12 21:50:17 UTC (rev 3966)
+++ store/trunk/cpp/lib/TxnCtxt.h	2010-05-13 11:35:46 UTC (rev 3967)
@@ -56,7 +56,6 @@
     typedef std::auto_ptr<qpid::sys::Mutex::ScopedLock> AutoScopedLock;
 
     ipqdef impactedQueues; // list of Queues used in the txn
-    mutable qpid::sys::Mutex Lock;
     IdSequence* loggedtx;
     boost::intrusive_ptr<DataTokenImpl> dtokp;
     AutoScopedLock globalHolder;



More information about the rhmessaging-commits mailing list