remove undefined protos

This commit is contained in:
James Cherry 2020-01-22 20:03:39 -07:00
parent 2068cb6d3f
commit 0d01effea1
1 changed files with 0 additions and 4 deletions

View File

@ -452,10 +452,6 @@ public:
OcvDerate *ocvDerate() const;
OcvDerate *findOcvDerate(const char *derate_name);
// Next higher/lower drive equivalent cells.
LibertyCell *higherDrive() const;
LibertyCell *lowerDrive() const;
// Build helpers.
void makeSequential(int size,
bool is_register,