changeset 34382:719a5c17e131

subrepo: remove superfluous pass statements
author Augie Fackler <augie@google.com>
date Sat, 30 Sep 2017 07:45:51 -0400
parents 4735c1caf6b3
children ab687e06fe02
files mercurial/subrepo.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/subrepo.py	Sat Sep 30 07:45:41 2017 -0400
+++ b/mercurial/subrepo.py	Sat Sep 30 07:45:51 2017 -0400
@@ -600,7 +600,6 @@
         walk recursively through the directory tree, finding all files
         matched by the match function
         '''
-        pass
 
     def forget(self, match, prefix):
         return ([], [])