From patchwork Tue Apr 15 00:40:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5,of,8,match] match: remove last traces of unused .missing callback From: Mads Kiilerich X-Patchwork-Id: 4357 Message-Id: <3abe9211dc59c81c062d.1397522439@mk-desktop> To: mercurial-devel@selenic.com Date: Tue, 15 Apr 2014 02:40:39 +0200 # HG changeset patch # User Mads Kiilerich # Date 1380816081 -7200 # Thu Oct 03 18:01:21 2013 +0200 # Node ID 3abe9211dc59c81c062df38ec7f9c1d45d250134 # Parent dd04203235c80e9b57ef651d62948ca4c893a5f8 match: remove last traces of unused .missing callback diff --git a/mercurial/match.py b/mercurial/match.py --- a/mercurial/match.py +++ b/mercurial/match.py @@ -132,9 +132,6 @@ class match(object): # by recursive traversal is visited. traversedir = None - def missing(self, f): - pass - def rel(self, f): '''Convert repo path back to path that is relative to cwd of matcher.''' return util.pathto(self._root, self._cwd, f)