diff tests/test-revlog-raw.py @ 41365:876494fd967d

cleanup: delete lots of unused local variables These were found by IntelliJ. There are many more, but these seemed pretty safe. Differential Revision: https://phab.mercurial-scm.org/D5629
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 17 Jan 2019 09:17:12 -0800
parents 797a416a91bd
children 6d61be152c55
line wrap: on
line diff
--- a/tests/test-revlog-raw.py	Mon Sep 24 14:46:37 2018 -0700
+++ b/tests/test-revlog-raw.py	Thu Jan 17 09:17:12 2019 -0800
@@ -417,7 +417,6 @@
         print('  got:      %s' % result15)
 
 def maintest():
-    expected = rl = None
     with newtransaction() as tr:
         rl = newrevlog(recreate=True)
         expected = writecases(rl, tr)