changeset 35248 | c752fbe228fb |
parent 34943 | 3423f7e2d287 |
child 36425 | 24c2c760c1cb |
--- a/mercurial/statichttprepo.py Tue Dec 05 21:37:30 2017 +0900 +++ b/mercurial/statichttprepo.py Tue Dec 05 21:50:33 2017 +0900 @@ -166,8 +166,6 @@ self.encodepats = None self.decodepats = None self._transref = None - # Cache of types representing filtered repos. - self._filteredrepotypes = {} def _restrictcapabilities(self, caps): caps = super(statichttprepository, self)._restrictcapabilities(caps)