diff mercurial/manifest.py @ 41387: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 2c3f69855ce8
children c3522b015f81
line wrap: on
line diff
--- a/mercurial/manifest.py	Mon Sep 24 14:46:37 2018 -0700
+++ b/mercurial/manifest.py	Thu Jan 17 09:17:12 2019 -0800
@@ -283,7 +283,6 @@
         if len(self.extradata) == 0:
             return
         l = []
-        last_cut = 0
         i = 0
         offset = 0
         self.extrainfo = [0] * len(self.positions)