[Neo-report] r2612 gregory - /trunk/neo/master/transactions.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 11 16:48:59 CET 2011


Author: gregory
Date: Tue Jan 11 16:48:58 2011
New Revision: 2612

Log:
This method is no more used.

Modified:
    trunk/neo/master/transactions.py

Modified: trunk/neo/master/transactions.py
==============================================================================
--- trunk/neo/master/transactions.py [iso-8859-1] (original)
+++ trunk/neo/master/transactions.py [iso-8859-1] Tue Jan 11 16:48:58 2011
@@ -211,10 +211,6 @@ class TransactionManager(object):
         """
         return tid in self._tid_dict
 
-    def items(self):
-        # XXX: used by unit tests only
-        return self._tid_dict.items()
-
     def getNextOIDList(self, num_oids):
         """ Generate a new OID list """
         if self._last_oid is None:




More information about the Neo-report mailing list