# HG changeset patch # User Martin Geisler # Date 2011-08-09 09:05:13 # Node ID d5f77466810275d31e0dca1241b7ba8a08958b45 # Parent eb97a3e3865600abc582c70cc364c2bff0e07c3f match: remove unused assignment The field is assigned again below with the constructor argument. diff --git a/mercurial/match.py b/mercurial/match.py --- a/mercurial/match.py +++ b/mercurial/match.py @@ -49,7 +49,6 @@ class match(object): '' - a pattern of the specified default type """ - self._ctx = None self._root = root self._cwd = cwd self._files = []