diff options
author | Jim Cromie <jim.cromie@gmail.com> | 2009-06-21 07:52:28 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-21 17:28:40 +0200 |
commit | b953482e2d970eeb88de96a38c087d03db83a5cd (patch) | |
tree | 7d6e8e8d09146a03478b2e87edb614e0340cca1d /perl.c | |
parent | 2e5b50041f3643ca27385b211da60add40857ec8 (diff) | |
download | perl-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.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |