# HG changeset patch # User Augie Fackler # Date 1506771806 14400 # Node ID 2a360445afa0e64186795b5a61c4a0329e9f5c10 # Parent 635553ca6eb9e9d96b586ff35ff3d05769a312d9 cmdutil: remove superfluous pass statements diff -r 635553ca6eb9 -r 2a360445afa0 mercurial/cmdutil.py --- a/mercurial/cmdutil.py Sat Sep 30 07:43:11 2017 -0400 +++ b/mercurial/cmdutil.py Sat Sep 30 07:43:26 2017 -0400 @@ -1735,7 +1735,6 @@ def _exthook(self, ctx): '''empty method used by extension as a hook point ''' - pass def showpatch(self, ctx, matchfn): if not matchfn: @@ -3632,7 +3631,6 @@ def _revertprefetch(repo, ctx, *files): """Let extension changing the storage layer prefetch content""" - pass def _performrevert(repo, parents, ctx, actions, interactive=False, tobackup=None):