##// END OF EJS Templates
match: remove unused assignment of ctx...
Yuya Nishihara -
r24452:7797fada default
parent child Browse files
Show More
@@ -72,7 +72,6 b' class match(object):'
72 self._cwd = cwd
72 self._cwd = cwd
73 self._files = [] # exact files and roots of patterns
73 self._files = [] # exact files and roots of patterns
74 self._anypats = bool(include or exclude)
74 self._anypats = bool(include or exclude)
75 self._ctx = ctx
76 self._always = False
75 self._always = False
77 self._pathrestricted = bool(include or exclude or patterns)
76 self._pathrestricted = bool(include or exclude or patterns)
78
77
General Comments 0
You need to be logged in to leave comments. Login now