mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Remove unused implementation of ParallelPostorderFlowTraversal for BubbleISizes.
This commit is contained in:
parent
a18dea6578
commit
14fbfa6aea
1 changed files with 0 additions and 2 deletions
|
@ -333,8 +333,6 @@ trait ParallelPreorderFlowTraversal : PreorderFlowTraversal {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> ParallelPostorderFlowTraversal for BubbleISizes<'a> {}
|
|
||||||
|
|
||||||
impl<'a> ParallelPreorderFlowTraversal for AssignISizes<'a> {
|
impl<'a> ParallelPreorderFlowTraversal for AssignISizes<'a> {
|
||||||
fn run_parallel(&self,
|
fn run_parallel(&self,
|
||||||
unsafe_flows: UnsafeFlowList,
|
unsafe_flows: UnsafeFlowList,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue