K&R lefInt.h: missing prototype removal

Function does not appear to exist:
 extern char *LefGetInput();

K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
Darryl L. Miles 2025-01-04 08:44:21 +00:00 committed by Tim Edwards
parent a764fdbbd1
commit acf0e474e8
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ extern linkedNetName *lefIgnoreNets;
int lefDefInitFunc(), lefDefPushFunc();
FILE *lefFileOpen();
char *LefGetInput();
int LefParseEndStatement();
void LefSkipSection();
void LefEndStatement();