# HG changeset patch # User Martin Geisler # Date 1312880713 -7200 # Node ID d5f77466810275d31e0dca1241b7ba8a08958b45 # Parent eb97a3e3865600abc582c70cc364c2bff0e07c3f match: remove unused assignment The field is assigned again below with the constructor argument. diff -r eb97a3e38656 -r d5f774668102 mercurial/match.py --- a/mercurial/match.py Sat Aug 06 14:10:59 2011 +0200 +++ b/mercurial/match.py Tue Aug 09 11:05:13 2011 +0200 @@ -49,7 +49,6 @@ '' - a pattern of the specified default type """ - self._ctx = None self._root = root self._cwd = cwd self._files = []