mercurial/registrar.py
changeset 34381 4735c1caf6b3
parent 34273 b0790bebfcf8
child 34436 c1fe66e89f57
--- 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