Skip to content

Commit 571fa37

Browse files
committed
one more clippy
1 parent 1bc58e8 commit 571fa37

File tree

1 file changed

+0
-1
lines changed
  • compiler/noirc_evaluator/src/ssa/ir

1 file changed

+0
-1
lines changed

compiler/noirc_evaluator/src/ssa/ir/dom.rs

-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,6 @@ mod tests {
602602
let mut post_dom = DominatorTree::with_function_post_dom(&func);
603603

604604
let cfg = ControlFlowGraph::with_function(&func);
605-
let reversed_cfg = cfg.reverse();
606605
let dom_frontiers = post_dom.compute_dominance_frontiers(&cfg);
607606
assert!(dom_frontiers.is_empty());
608607
}

0 commit comments

Comments
 (0)