1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

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, ...)