manifest: remove an unused variable caught by pyflakes
authorPulkit Goyal <pulkit@yandex-team.ru>
Wed, 03 Oct 2018 13:55:51 +0300
changeset 39987 e22016e83c1e
parent 39986 138e2d6d3b53
child 39988 a8ec8bce14c6
manifest: remove an unused variable caught by pyflakes Uses of todel were removed in D4843 (19103e68a698). This patch will make buildbots green again. Differential Revision: https://phab.mercurial-scm.org/D4847
mercurial/manifest.py
--- a/mercurial/manifest.py	Tue Oct 02 22:40:01 2018 -0400
+++ b/mercurial/manifest.py	Wed Oct 03 13:55:51 2018 +0300
@@ -719,7 +719,6 @@
             self._loadalllazy()
             return None
 
-        todel = []
         loadlazy = self._loadlazy
         for k in visit:
             loadlazy(k + '/')