rm redundant stmt

Signed-off-by: James Cherry <cherry@CerezoBook.local>
This commit is contained in:
James Cherry 2026-07-12 16:03:52 -07:00
parent affd539b3f
commit 03786a7035
1 changed files with 0 additions and 1 deletions

View File

@ -365,7 +365,6 @@ GraphDelayCalc::findDelays(Level level)
findLatchEdgeDelays(latch_edge); findLatchEdgeDelays(latch_edge);
invalid_latch_edges_.clear(); invalid_latch_edges_.clear();
delays_exist_ = true;
delays_exist_ = true; delays_exist_ = true;
debugPrint(debug_, "delay_calc", 1, "found {} delays", dcalc_count); debugPrint(debug_, "delay_calc", 1, "found {} delays", dcalc_count);
stats.report("Delay calc"); stats.report("Delay calc");