Trivial refactoring of unused variables

This commit is contained in:
Miroslav Stampar
2018-07-27 00:59:24 +02:00
parent f63ceaa0c1
commit 39108bc100
5 changed files with 5 additions and 9 deletions

View File

@@ -402,7 +402,6 @@ def errorUse(expression, dump=False):
while kb.threadContinue:
with kb.locks.limit:
try:
valueStart = time.time()
threadData.shared.counter += 1
num = threadData.shared.limits.next()
except StopIteration: