changeset 34381:4735c1caf6b3

registrar: remove superfluous pass statements
author Augie Fackler <augie@google.com>
date Sat, 30 Sep 2017 07:45:41 -0400
parents 86f3c9760cc4
children 719a5c17e131
files mercurial/registrar.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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