diff --git a/zed/src/editor/buffer.rs b/zed/src/editor/buffer.rs index 49675a6dd3..f455709ce5 100644 --- a/zed/src/editor/buffer.rs +++ b/zed/src/editor/buffer.rs @@ -326,14 +326,6 @@ struct Diff { changes: Vec<(ChangeTag, usize)>, } -#[derive(Clone, Eq, PartialEq, Debug)] -pub struct Insertion { - id: time::Local, - parent_id: time::Local, - offset_in_parent: usize, - lamport_timestamp: time::Lamport, -} - #[derive(Eq, PartialEq, Clone, Debug)] struct Fragment { len: usize,