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
--- 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 + '/')