match: remove last traces of unused .missing callback
authorMads Kiilerich <madski@unity3d.com>
Thu, 03 Oct 2013 18:01:21 +0200
changeset 21113 00cae8a2b04e
parent 21112 03782d2fc776
child 21114 a63958bcf63a
match: remove last traces of unused .missing callback
mercurial/match.py
--- a/mercurial/match.py	Sun Apr 13 22:00:08 2014 +0200
+++ b/mercurial/match.py	Thu Oct 03 18:01:21 2013 +0200
@@ -132,9 +132,6 @@
     # by recursive traversal is visited.
     traversedir = None
 
-    def missing(self, f):
-        pass
-
     def rel(self, f):
         '''Convert repo path back to path that is relative to cwd of matcher.'''
         return util.pathto(self._root, self._cwd, f)