# HG changeset patch # User Matt Harbison # Date 1577472305 18000 # Node ID 2bbb2f556ecfa37bfa668f03d3352f418c8e7080 # Parent a2ad5aeedfdf5099b873e09bdfe4bd72c483b629 perf: drop an unnecessary `pass` Differential Revision: https://phab.mercurial-scm.org/D7743 diff -r a2ad5aeedfdf -r 2bbb2f556ecf contrib/perf.py --- a/contrib/perf.py Fri Dec 27 13:42:52 2019 -0500 +++ b/contrib/perf.py Fri Dec 27 13:45:05 2019 -0500 @@ -1878,7 +1878,6 @@ def _displaystats(ui, opts, entries, data): - pass # use a second formatter because the data are quite different, not sure # how it flies with the templater. fm = ui.formatter(b'perf-stats', opts)