subrepo: remove superfluous pass statements

This commit is contained in:
Augie Fackler 2017-09-30 07:45:51 -04:00
parent c01b8ec959
commit a7f25c02bf

View File

@ -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 ([], [])