diff mercurial/registrar.py @ 34381:4735c1caf6b3

registrar: remove superfluous pass statements
author Augie Fackler <augie@google.com>
date Sat, 30 Sep 2017 07:45:41 -0400
parents b0790bebfcf8
children c1fe66e89f57
line wrap: on
line diff
--- 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