##// END OF EJS Templates
match: remove superfluous pass statements
Augie Fackler -
r34377:acabbc5c default
parent child Browse files
Show More
@@ -250,7 +250,6 b' class basematcher(object):'
250 def bad(self, f, msg):
250 def bad(self, f, msg):
251 '''Callback from dirstate.walk for each explicit file that can't be
251 '''Callback from dirstate.walk for each explicit file that can't be
252 found/accessed, with an error message.'''
252 found/accessed, with an error message.'''
253 pass
254
253
255 # If an explicitdir is set, it will be called when an explicitly listed
254 # If an explicitdir is set, it will be called when an explicitly listed
256 # directory is visited.
255 # directory is visited.
General Comments 0
You need to be logged in to leave comments. Login now