Commit bc6dc06b authored by Vincent Pelletier's avatar Vincent Pelletier

object_stored is not used anywhere, remove it.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2520 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 02f0d467
...@@ -106,7 +106,6 @@ class ThreadContext(object): ...@@ -106,7 +106,6 @@ class ThreadContext(object):
'object_stored_counter_dict': {}, 'object_stored_counter_dict': {},
'conflict_serial_dict': {}, 'conflict_serial_dict': {},
'resolved_conflict_serial_dict': {}, 'resolved_conflict_serial_dict': {},
'object_stored': 0,
'txn_voted': False, 'txn_voted': False,
'queue': queue, 'queue': queue,
'txn_info': 0, 'txn_info': 0,
......
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