# HG changeset patch # User Augie Fackler # Date 2017-09-30 11:45:51 # Node ID 719a5c17e1311e4bf384bc5a475f5565ec8e3d3c # Parent 4735c1caf6b362ff0b6d5d65fbf35756d7060500 subrepo: remove superfluous pass statements diff --git a/mercurial/subrepo.py b/mercurial/subrepo.py --- a/mercurial/subrepo.py +++ b/mercurial/subrepo.py @@ -600,7 +600,6 @@ class abstractsubrepo(object): walk recursively through the directory tree, finding all files matched by the match function ''' - pass def forget(self, match, prefix): return ([], [])