rust/hg-cpython/src/dirstate/item.rs
changeset 48065 870100c0209b
parent 48061 060cd909439f
child 48067 d3eb5f50052c
--- a/rust/hg-cpython/src/dirstate/item.rs	Tue Sep 28 19:12:44 2021 +0200
+++ b/rust/hg-cpython/src/dirstate/item.rs	Tue Sep 28 19:15:46 2021 +0200
@@ -86,11 +86,6 @@
     }
 
     @property
-    def merged_removed(&self) -> PyResult<bool> {
-        Ok(self.entry(py).get().merged_removed())
-    }
-
-    @property
     def from_p2_removed(&self) -> PyResult<bool> {
         Ok(self.entry(py).get().from_p2_removed())
     }