preliminarily turn off fcn nlist_model_find()

to avoid compiler warning
This commit is contained in:
Holger Vogt 2021-01-02 23:29:35 +01:00
parent e2650a2897
commit 0d4685f459
1 changed files with 2 additions and 0 deletions

View File

@ -2228,6 +2228,7 @@ static const char *nlist_find(const struct nlist *nlist, const char *name)
return NULL;
}
#if 0 /* see line 2452 */
static const char *nlist_model_find(
const struct nlist *nlist, const char *name)
{
@ -2237,6 +2238,7 @@ static const char *nlist_model_find(
return nlist->names[i];
return NULL;
}
#endif
static void nlist_adjoin(struct nlist *nlist, char *name)
{