remove unused variable

This commit is contained in:
Tomas Kopecek 2020-11-24 14:36:34 +01:00
parent 3f82779581
commit 912ee6f12b

View file

@ -740,9 +740,6 @@ class RepoManager(object):
- check for other newRepo tasks (not generated by us)
"""
# prune recent tasks
now = time.time()
# check on current tasks
task_ids = list(self.tasks)
self.session.multicall = True