summaryrefslogtreecommitdiff
path: root/NetWare/nw5.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-18 15:28:12 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-18 15:28:12 +0000
commit12865a2da083d2bfe48d969828043a3ca2652643 (patch)
tree6fa866e1c568f494397f4e936e19d290354f2682 /NetWare/nw5.c
parent50d61629dc7fe34f077b9f66c50287d839e06378 (diff)
downloadperl-12865a2da083d2bfe48d969828043a3ca2652643.tar.gz
Remove the stub nw_get_sitelib(), and undefine SITELIB_EXP for NetWare.
(nw_get_sitelib() was hard coded to return NULL, which is a slower equivalent to simply not defining SITELIB_EXP in the first place. I suspect a cargo cult of win32/ without actually taking the time to understand it.)
Diffstat (limited to 'NetWare/nw5.c')
-rw-r--r--NetWare/nw5.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/NetWare/nw5.c b/NetWare/nw5.c
index 56d3a62f16..7f9eebee78 100644
--- a/NetWare/nw5.c
+++ b/NetWare/nw5.c
@@ -870,12 +870,6 @@ perl_clone_host(PerlInterpreter* proto_perl, UV flags)
// Some more functions:
-char *
-nw_get_sitelib(const char *pl)
-{
- return (NULL);
-}
-
int
execv(char *cmdname, char **argv)
{