# HG changeset patch # User Pulkit Goyal # Date 1538564151 -10800 # Node ID e22016e83c1e6bd52f1d542088ca7a6645da69ba # Parent 138e2d6d3b53da0448ea7f7fac075f7ad8abf8e5 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 diff -r 138e2d6d3b53 -r e22016e83c1e 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 + '/')