# HG changeset patch # User Matt Mackall # Date 2013-06-02 22:57:37 # Node ID eea17b7e601a7f85eb9de2a85b787dd7f7e43054 # Parent 3868c9ab4bf802fb770b276f71b1e95ab780f23e run-tests: drop unused resultslock diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -1061,7 +1061,6 @@ def _checkhglib(verb): % (verb, actualhg, expecthg)) results = {'.':[], '!':[], 's':[], 'i':[]} -resultslock = threading.Lock() times = [] iolock = threading.Lock() abort = False