diff --git a/search/ReportPath.cc b/search/ReportPath.cc index 4e2c1101..5712daae 100644 --- a/search/ReportPath.cc +++ b/search/ReportPath.cc @@ -55,6 +55,10 @@ namespace sta { +static void +hierPinsAbove(const Net *net, + const Network *network, + PinSeq &pins_above); static void hierPinsAbove(const Pin *pin, const Network *network, @@ -3532,15 +3536,6 @@ ReportPath::latchDesc(const RiseFall *clk_rf) const //////////////////////////////////////////////////////////////// -static void -hierPinsAbove(const Net *net, - const Network *network, - PinSeq &pins_above); -static void -hierPinsAbove(const Pin *pin, - const Network *network, - PinSeq &pins_above); - static PinSeq hierPinsThruEdge(const Edge *edge, const Network *network,