Remove unused function declaration in dln.c

getenv is no longer used in dln.c.
This commit is contained in:
Peter Zhu 2022-02-18 09:30:08 -05:00
parent cda5aee74e
commit 82513c7d71
1 changed files with 0 additions and 4 deletions

4
dln.c
View File

@ -72,10 +72,6 @@ void *xrealloc();
# include <unistd.h>
#endif
#ifndef _WIN32
char *getenv();
#endif
#ifndef dln_loaderror
static void
dln_loaderror(const char *format, ...)