rust/hg-core/src/dirstate/entry.rs
changeset 48263 83d0bd45b662
parent 48262 68bb472aee9c
child 48345 d5a91701f7dc
--- a/rust/hg-core/src/dirstate/entry.rs	Thu Oct 14 13:54:39 2021 +0200
+++ b/rust/hg-core/src/dirstate/entry.rs	Wed Oct 13 15:58:14 2021 +0200
@@ -91,11 +91,6 @@
         }
     }
 
-    pub fn to_integer_second(mut self) -> Self {
-        self.nanoseconds = 0;
-        self
-    }
-
     /// The lower 31 bits of the number of seconds since the epoch.
     pub fn truncated_seconds(&self) -> u32 {
         self.truncated_seconds