mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-08 04:31:14 +02:00
rm deprecated code
This commit is contained in:
@@ -294,12 +294,4 @@ void
|
||||
sortClockSet(ClockSet * set,
|
||||
ClockSeq &clks);
|
||||
|
||||
// Clock source pins.
|
||||
class ClockPinIterator : public PinSet::Iterator
|
||||
{
|
||||
public:
|
||||
// Use range iterator on Clock::pins().
|
||||
ClockPinIterator(Clock *clk) __attribute__ ((deprecated));
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user