mercurial/match.py
changeset 42195 7edff8dd46a7
parent 42186 fd384911f51b
child 42329 c7652f7440d9
--- a/mercurial/match.py	Thu Mar 21 18:32:45 2019 -0700
+++ b/mercurial/match.py	Tue Apr 23 08:39:26 2019 -0700
@@ -305,9 +305,6 @@
 
     def __call__(self, fn):
         return self.matchfn(fn)
-    def __iter__(self):
-        for f in self._files:
-            yield f
     # Callbacks related to how the matcher is used by dirstate.walk.
     # Subscribers to these events must monkeypatch the matcher object.
     def bad(self, f, msg):