summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorJim Cromie <jim.cromie@gmail.com>2009-06-21 07:52:28 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-21 17:28:40 +0200
commitb953482e2d970eeb88de96a38c087d03db83a5cd (patch)
tree7d6e8e8d09146a03478b2e87edb614e0340cca1d /perl.c
parent2e5b50041f3643ca27385b211da60add40857ec8 (diff)
downloadperl-b953482e2d970eeb88de96a38c087d03db83a5cd.tar.gz
drop remaining mentions of PERL_MEM_LOG_FOO envars
perl.c has the last mentions of PERL_MEM_LOG_ENV*. drop them too. (rgs: plus some in handy.h's comments too)
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/perl.c b/perl.c
index 4712a8b7f3..e70bf7e4e3 100644
--- a/perl.c
+++ b/perl.c
@@ -1772,18 +1772,9 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit)
# ifdef PERL_MEM_LOG
" PERL_MEM_LOG"
# endif
-# ifdef PERL_MEM_LOG_ENV
- " PERL_MEM_LOG_ENV"
-# endif
-# ifdef PERL_MEM_LOG_ENV_FD
- " PERL_MEM_LOG_ENV_FD"
-# endif
# ifdef PERL_MEM_LOG_NOIMPL
" PERL_MEM_LOG_NOIMPL"
# endif
-# ifdef PERL_MEM_LOG_TIMESTAMP
- " PERL_MEM_LOG_TIMESTAMP"
-# endif
# ifdef PERL_USE_DEVEL
" PERL_USE_DEVEL"
# endif