summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
Diffstat (limited to 'unixish.h')
-rw-r--r--unixish.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/unixish.h b/unixish.h
index f21ca739fb..c6cb272104 100644
--- a/unixish.h
+++ b/unixish.h
@@ -105,8 +105,6 @@
#define Fstat(fd,bufptr) fstat((fd),(bufptr))
#define Fflush(fp) fflush(fp)
-#define my_getenv(var) getenv(var)
-
#ifdef PERL_SCO5
# define PERL_SYS_INIT(c,v) fpsetmask(0)
#else