Browse Source

preliminarily turn off fcn nlist_model_find()

to avoid compiler warning
pre-master-46
Holger Vogt 5 years ago
parent
commit
0d4685f459
  1. 2
      src/frontend/inpcom.c

2
src/frontend/inpcom.c

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

Loading…
Cancel
Save