tests: drop unused local variable assignments in linelog
Flagged by PyCharm.
Differential Revision: https://phab.mercurial-scm.org/D7760
--- a/tests/test-linelog.py Fri Dec 27 18:51:45 2019 -0500
+++ b/tests/test-linelog.py Fri Dec 27 18:52:15 2019 -0500
@@ -172,7 +172,7 @@
ll.replacelines_vec(rev, a1, a2, blines)
else:
ll.replacelines(rev, a1, a2, b1, b2)
- ar = ll.annotate(rev)
+ ll.annotate(rev)
self.assertEqual(ll.annotateresult, lines)
# Verify we can get back these states by annotating each rev
for lines, rev, a1, a2, b1, b2, blines, usevec in _genedits(