diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-10-01 12:13:36 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-10-01 12:13:36 +0000 |
commit | 040713559c543892d178ea76922b4743ec560c80 (patch) | |
tree | f76b3a55d83de677e10dc0eb49b0cb084b4c08a0 /dump.c | |
parent | c81c05fc71b468882f9d1d9299892d7dca11b47c (diff) | |
download | perl-040713559c543892d178ea76922b4743ec560c80.tar.gz |
Nothing is using IoSUBPROCESS() so eliminate xio_subprocess.
Make xio_flags a U8, which is what it should have been all along
(rather than a char, which might be signed). B.xs had its wrapper as U8
p4raw-id: //depot/perl@32001
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1865,7 +1865,6 @@ Perl_do_sv_dump(pTHX_ I32 level, PerlIO *file, SV *sv, I32 nest, I32 maxnest, bo do_sv_dump (level+1, file, (SV *) IoBOTTOM_GV(sv), nest+1, maxnest, dumpops, pvlim); } - Perl_dump_indent(aTHX_ level, file, " SUBPROCESS = %"IVdf"\n", (IV)IoSUBPROCESS(sv)); if (isPRINT(IoTYPE(sv))) Perl_dump_indent(aTHX_ level, file, " TYPE = '%c'\n", IoTYPE(sv)); else |