# HG changeset patch # User Augie Fackler # Date 1506771941 14400 # Node ID 4735c1caf6b362ff0b6d5d65fbf35756d7060500 # Parent 86f3c9760cc4b5d604ca6a8def0083fb1d8cf732 registrar: remove superfluous pass statements diff -r 86f3c9760cc4 -r 4735c1caf6b3 mercurial/registrar.py --- a/mercurial/registrar.py Sat Sep 30 07:45:07 2017 -0400 +++ b/mercurial/registrar.py Sat Sep 30 07:45:41 2017 -0400 @@ -102,7 +102,6 @@ def _extrasetup(self, name, func): """Execute exra setup for registered function, if needed """ - pass class command(_funcregistrarbase): """Decorator to register a command function to table