mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Some further removals
This commit is contained in:
parent
3efc5e59bc
commit
bb6052ca8e
3 changed files with 0 additions and 20 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue