##// 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 % (verb, actualhg, expecthg))
1061 % (verb, actualhg, expecthg))
1062
1062
1063 results = {'.':[], '!':[], 's':[], 'i':[]}
1063 results = {'.':[], '!':[], 's':[], 'i':[]}
1064 resultslock = threading.Lock()
1065 times = []
1064 times = []
1066 iolock = threading.Lock()
1065 iolock = threading.Lock()
1067 abort = False
1066 abort = False
General Comments 0
You need to be logged in to leave comments. Login now