Skip to content

Commit

Permalink
Remove unused function declaration in dln.c
Browse files Browse the repository at this point in the history
getenv is no longer used in dln.c.
  • Loading branch information
peterzhu2118 committed Feb 18, 2022
1 parent cda5aee commit 82513c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dln.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...)
Expand Down

0 comments on commit 82513c7

Please sign in to comment.