Skip to content

Commit 82513c7

Browse files
committed
Remove unused function declaration in dln.c
getenv is no longer used in dln.c.
1 parent cda5aee commit 82513c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dln.c

-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ void *xrealloc();
7272
# include <unistd.h>
7373
#endif
7474

75-
#ifndef _WIN32
76-
char *getenv();
77-
#endif
78-
7975
#ifndef dln_loaderror
8076
static void
8177
dln_loaderror(const char *format, ...)

0 commit comments

Comments
 (0)