Commit 6913475f authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Kazuhiko Shiozaki

Drop unused variable.

parent c70f1f3d
......@@ -482,7 +482,6 @@ def WorkflowTool_listActions(self, info=None, object=None, src__=False):
select_expression_prefix = 'count(*) as %s' % (COUNT_COLUMN_TITLE, )
getSecurityUidDictAndRoleColumnDict = \
portal_catalog.getSecurityUidDictAndRoleColumnDict
security_query_cache_dict = {}
def _getWorklistActionList():
worklist_result_dict = {}
sql_catalog = portal_catalog.getSQLCatalog()
......
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