Remove unused variable

bzr revid: ced-056604bb4d3cb0f05c001a02517559bd194f2ba9
This commit is contained in:
ced 2007-08-09 08:17:37 +00:00
parent 6a702cd262
commit 6af31015d2
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ def _eval_expr(cr, ident, workitem, action):
ret=False
else:
wf_service = netsvc.LocalService("object_proxy")
obj = pooler.get_pool(cr.dbname).get(model)
env = Env(wf_service, cr, uid, model, ids)
ret = eval(line, env)
return ret