forked from mirrors/jj
view: drop stale comment about resolving concurrent operations
The comment was from the time when we resolved divergent operations at write time.
This commit is contained in:
parent
e6aa2402a6
commit
a715fd0ae7
1 changed files with 0 additions and 2 deletions
|
@ -571,8 +571,6 @@ impl MutableView {
|
|||
pub fn save(self, description: String, operation_start_time: Timestamp) -> Operation {
|
||||
let op_heads_dir = self.path.join("op_heads");
|
||||
|
||||
// First write the current view whether or not there have been any concurrent
|
||||
// operations. We'll later create a merge operation if necessary.
|
||||
let view_id = self.op_store.write_view(&self.data).unwrap();
|
||||
let mut operation_metadata = OperationMetadata::new(description);
|
||||
operation_metadata.start_time = operation_start_time;
|
||||
|
|
Loading…
Reference in a new issue