Some further removals

This commit is contained in:
est31 2019-05-30 14:28:39 +02:00
parent 3efc5e59bc
commit bb6052ca8e
3 changed files with 0 additions and 20 deletions

View file

@ -125,12 +125,6 @@ impl FlowList {
}
}
/// O(1)
#[inline]
pub fn is_empty(&self) -> bool {
self.flows.is_empty()
}
/// O(1)
#[inline]
pub fn len(&self) -> usize {