Commit cf86ab60 authored by Grégory Wisniewski's avatar Grégory Wisniewski

This method is no more used.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2612 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent bc0ce9e3
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment