diff --git a/mercurial/dirstatemap.py b/mercurial/dirstatemap.py --- a/mercurial/dirstatemap.py +++ b/mercurial/dirstatemap.py @@ -730,6 +730,3 @@ has_meaningful_mtime, parentfiledata, ) - - def _drop_entry(self, f): - self._map.drop_item_and_copy_source(f)