changeset 19280:eea17b7e601a

run-tests: drop unused resultslock
author Matt Mackall <mpm@selenic.com>
date Sun, 02 Jun 2013 17:57:37 -0500
parents 3868c9ab4bf8
children 0a5e19007cd1
files tests/run-tests.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests.py	Sun Jun 02 17:57:36 2013 -0500
+++ b/tests/run-tests.py	Sun Jun 02 17:57:37 2013 -0500
@@ -1061,7 +1061,6 @@
                          % (verb, actualhg, expecthg))
 
 results = {'.':[], '!':[], 's':[], 'i':[]}
-resultslock = threading.Lock()
 times = []
 iolock = threading.Lock()
 abort = False