EFint.h: remove nonexistent function decl EFRootDef()

This commit is contained in:
Darryl L. Miles 2025-07-18 22:14:11 +01:00
parent a31018f721
commit 66d6931120
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ extern Def *efFlatRootDef;
/* Def table management */
extern Def *efDefLook();
extern Def *efDefNew();
extern Def *EFRootDef();
/* HierName manipulation */
extern HierName *efHNFromUse();