##// END OF EJS Templates
match: remove last traces of unused .missing callback
Mads Kiilerich -
r21113:00cae8a2 default
parent child Browse files
Show More
@@ -132,9 +132,6 b' class match(object):'
132 # by recursive traversal is visited.
132 # by recursive traversal is visited.
133 traversedir = None
133 traversedir = None
134
134
135 def missing(self, f):
136 pass
137
138 def rel(self, f):
135 def rel(self, f):
139 '''Convert repo path back to path that is relative to cwd of matcher.'''
136 '''Convert repo path back to path that is relative to cwd of matcher.'''
140 return util.pathto(self._root, self._cwd, f)
137 return util.pathto(self._root, self._cwd, f)
General Comments 0
You need to be logged in to leave comments. Login now