rm redundant stmt
Signed-off-by: James Cherry <cherry@CerezoBook.local>
This commit is contained in:
parent
affd539b3f
commit
03786a7035
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue