diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2002-12-19 18:55:43 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2003-01-03 11:05:09 +0000 |
commit | b9412520dc2b056ff5c95be898390761501cee91 (patch) | |
tree | edd08b576231ab95592753390c5dcb39f0338063 /dump.c | |
parent | ca6243279f53b9a51c62815aca1dcca18c1de4ee (diff) | |
download | perl-b9412520dc2b056ff5c95be898390761501cee91.tar.gz |
remove flag SvPADBUSY
Message-ID: <20021219185543.C9530@fdgroup.com>
p4raw-id: //depot/perl@18409
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -942,7 +942,6 @@ Perl_do_sv_dump(pTHX_ I32 level, PerlIO *file, SV *sv, I32 nest, I32 maxnest, bo (int)(PL_dumpindent*level), "", (IV)SvREFCNT(sv), (int)(PL_dumpindent*level), ""); - if (flags & SVs_PADBUSY) sv_catpv(d, "PADBUSY,"); if (flags & SVs_PADTMP) sv_catpv(d, "PADTMP,"); if (flags & SVs_PADMY) sv_catpv(d, "PADMY,"); if (flags & SVs_TEMP) sv_catpv(d, "TEMP,"); |