From f9abae51d82e7712d9d3534063e2f758b7b7cd5d Mon Sep 17 00:00:00 2001 From: James Cherry Date: Tue, 31 Oct 2023 08:53:45 -0700 Subject: [PATCH] rm Sta::isDisabledClock Signed-off-by: James Cherry --- include/sta/Sta.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/sta/Sta.hh b/include/sta/Sta.hh index 998ca562..56344d09 100644 --- a/include/sta/Sta.hh +++ b/include/sta/Sta.hh @@ -429,8 +429,6 @@ public: bool isDisabledConstant(Edge *edge); // Edge is default cond disabled by timing_disable_cond_default_arcs var. bool isDisabledCondDefault(Edge *edge); - // Edge is disabled to prpath a clock from propagating. - bool isDisabledClock(Edge *edge); // Return a set of constant pins that disabled edge. // Caller owns the returned set. PinSet disabledConstantPins(Edge *edge);