changeset 39987:e22016e83c1e

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
author Pulkit Goyal <pulkit@yandex-team.ru>
date Wed, 03 Oct 2018 13:55:51 +0300
parents 138e2d6d3b53
children a8ec8bce14c6
files mercurial/manifest.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 + '/')