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:
parent
cda5aee74e
commit
82513c7d71
1 changed files with 0 additions and 4 deletions
4
dln.c
4
dln.c
|
@ -72,10 +72,6 @@ void *xrealloc();
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
char *getenv();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef dln_loaderror
|
#ifndef dln_loaderror
|
||||||
static void
|
static void
|
||||||
dln_loaderror(const char *format, ...)
|
dln_loaderror(const char *format, ...)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue