changeset 49115:d953a62e4f78

rust-dirstatemap: remove `_drop_entry` This is not used anywhere anymore Differential Revision: https://phab.mercurial-scm.org/D12513
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 28 Mar 2022 23:37:36 +0200
parents d27d25b7b4ce
children cebb263c865c
files mercurial/dirstatemap.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/dirstatemap.py	Mon Mar 28 23:34:30 2022 +0200
+++ b/mercurial/dirstatemap.py	Mon Mar 28 23:37:36 2022 +0200
@@ -730,6 +730,3 @@
                 has_meaningful_mtime,
                 parentfiledata,
             )
-
-        def _drop_entry(self, f):
-            self._map.drop_item_and_copy_source(f)