##// END OF EJS Templates
run-tests: drop unused resultslock
Matt Mackall -
r19280:eea17b7e default
parent child Browse files
Show More
@@ -1061,7 +1061,6 b' def _checkhglib(verb):'
1061 1061 % (verb, actualhg, expecthg))
1062 1062
1063 1063 results = {'.':[], '!':[], 's':[], 'i':[]}
1064 resultslock = threading.Lock()
1065 1064 times = []
1066 1065 iolock = threading.Lock()
1067 1066 abort = False
General Comments 0
You need to be logged in to leave comments. Login now