aboutsummaryrefslogtreecommitdiffstats
path: root/dln.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-02-18 09:30:08 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-02-18 09:30:08 -0500
commit82513c7d715c21c8045fd6420f79a3c4e40bd4ab (patch)
tree1e05c06283ee6a18602c525b59442045adccae77 /dln.c
parentcda5aee74e298cca9ffaa42fdc99e8de2e05fb0e (diff)
downloadruby-82513c7d715c21c8045fd6420f79a3c4e40bd4ab.tar.gz
Remove unused function declaration in dln.c
getenv is no longer used in dln.c.
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dln.c b/dln.c
index 902f187283..3ebce48a45 100644
--- a/dln.c
+++ b/dln.c
@@ -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, ...)