Remove println\!
This commit is contained in:
@@ -65,7 +65,6 @@ impl DominatorTree {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn intersect(&self, ordering: &EntityMap<Ebb, usize>, first: Ebb, second: Ebb) -> Ebb {
|
fn intersect(&self, ordering: &EntityMap<Ebb, usize>, first: Ebb, second: Ebb) -> Ebb {
|
||||||
println!("A {} B {}", first, second);
|
|
||||||
let mut a = first;
|
let mut a = first;
|
||||||
let mut b = second;
|
let mut b = second;
|
||||||
while a != b {
|
while a != b {
|
||||||
|
|||||||
Reference in New Issue
Block a user