rust-dirstatemap: remove `_drop_entry`
authorRaphaël Gomès <rgomes@octobus.net>
Mon, 28 Mar 2022 23:37:36 +0200
changeset 49115 d953a62e4f78
parent 49114 d27d25b7b4ce
child 49116 cebb263c865c
rust-dirstatemap: remove `_drop_entry` This is not used anywhere anymore Differential Revision: https://phab.mercurial-scm.org/D12513
mercurial/dirstatemap.py
--- 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)