diff --git a/lib/src/working_copy.rs b/lib/src/working_copy.rs index f3dffbb3e..836c0e420 100644 --- a/lib/src/working_copy.rs +++ b/lib/src/working_copy.rs @@ -1214,7 +1214,6 @@ impl LockedWorkingCopy<'_> { pub fn discard(mut self) { // Undo the changes in memory - self.wc.load_proto(); self.wc.tree_state.take(); self.tree_state_dirty = false; self.closed = true;