Skip to content

Commit

Permalink
Remove an outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Sep 19, 2024
1 parent 9d0bc80 commit 8565753
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/zonetree/in_memory/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ impl WritableZone for WriteZone {
let new_apex = WriteNode::new_apex(self.clone(), create_diff);

if let Ok(write_node) = &new_apex {
// Note: the start and end serial of the diff will be filled in
// when commit() is invoked.
*self.diff.lock().unwrap() = write_node.diff();
}

Expand Down

0 comments on commit 8565753

Please sign in to comment.