mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-11 06:42:47 +00:00
conflicts: remove unused Conflict::set_{add,remove}()
These seem unused since 19fd8a917a
.
This commit is contained in:
parent
d67f41e882
commit
7a8cabafc9
1 changed files with 0 additions and 8 deletions
|
@ -66,14 +66,6 @@ impl<T> Conflict<T> {
|
||||||
&self.adds
|
&self.adds
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn set_remove(&mut self, i: usize, value: T) {
|
|
||||||
self.removes[i] = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn set_add(&mut self, i: usize, value: T) {
|
|
||||||
self.adds[i] = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Remove pairs of entries that match in the removes and adds.
|
/// Remove pairs of entries that match in the removes and adds.
|
||||||
pub fn simplify(mut self) -> Self
|
pub fn simplify(mut self) -> Self
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in a new issue