From patchwork Fri Dec 27 22:02:33 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D7744: perf: drop an unused variable assignment From: phabricator X-Patchwork-Id: 44088 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Fri, 27 Dec 2019 22:02:33 +0000 Closed by commit rHG943e34522b37: perf: drop an unused variable assignment (authored by mharbison72). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Review". REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7744?vs=18960&id=18975 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7744/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7744 AFFECTED FILES contrib/perf.py CHANGE DETAILS To: mharbison72, #hg-reviewers Cc: mercurial-devel diff --git a/contrib/perf.py b/contrib/perf.py --- a/contrib/perf.py +++ b/contrib/perf.py @@ -2220,9 +2220,6 @@ fm.end() if dostats: - # use a second formatter because the data are quite different, not sure - # how it flies with the templater. - fm = ui.formatter(b'perf', opts) entries = [ ('nbrevs', 'number of revision covered'), ('nbmissingfiles', 'number of missing files at head'),