registrar: remove superfluous pass statements
authorAugie Fackler <augie@google.com>
Sat, 30 Sep 2017 07:45:41 -0400
changeset 34382 4735c1caf6b3
parent 34381 86f3c9760cc4
child 34383 719a5c17e131
registrar: remove superfluous pass statements
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