Mercurial > public > mercurial-scm > hg-stable
diff hgext/fastannotate/protocol.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 | dfc73c803b77 |
children | 2372284d9457 |
line wrap: on
line diff
--- a/hgext/fastannotate/protocol.py Mon Sep 24 14:46:37 2018 -0700 +++ b/hgext/fastannotate/protocol.py Thu Jan 17 09:17:12 2019 -0800 @@ -71,7 +71,6 @@ for p in [actx.revmappath, actx.linelogpath]: if not os.path.exists(p): continue - content = '' with open(p, 'rb') as f: content = f.read() vfsbaselen = len(repo.vfs.base + '/')