diff -r 2943955304b3 -r 870100c0209b rust/hg-cpython/src/dirstate/item.rs --- 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 { - Ok(self.entry(py).get().merged_removed()) - } - - @property def from_p2_removed(&self) -> PyResult { Ok(self.entry(py).get().from_p2_removed()) }