rm Sta::isDisabledClock

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2023-10-31 08:53:45 -07:00
parent 29c82cc2b4
commit f9abae51d8
1 changed files with 0 additions and 2 deletions

View File

@ -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);