Delete unused Insertion struct

This commit is contained in:
Antonio Scandurra 2021-06-04 16:42:32 +02:00
parent 125be2f07a
commit 8f8c6c8add

View file

@ -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,