##// END OF EJS Templates
match: remove unused assignment...
Martin Geisler -
r15029:d5f77466 default
parent child Browse files
Show More
@@ -49,7 +49,6 b' class match(object):'
49 '<something>' - a pattern of the specified default type
49 '<something>' - a pattern of the specified default type
50 """
50 """
51
51
52 self._ctx = None
53 self._root = root
52 self._root = root
54 self._cwd = cwd
53 self._cwd = cwd
55 self._files = []
54 self._files = []
General Comments 0
You need to be logged in to leave comments. Login now