Commit 25042555 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove unneeded variable initialisation (duplicated).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16256 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2253f558
......@@ -302,7 +302,6 @@ class SQLQueue(RAMQueue):
return message_list
def distribute(self, activity_tool, node_count):
processing_node = 1
readMessageList = getattr(activity_tool, 'SQLQueue_readMessageList', None)
if readMessageList is not None:
now_date = DateTime()
......
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