diff options
author | Chip Salzenberg <chip@pobox.com> | 2011-01-21 12:41:51 -0800 |
---|---|---|
committer | Chip Salzenberg <chip@pobox.com> | 2011-01-21 12:42:21 -0800 |
commit | 7f84316480b5704a3abd11bf6e4075c481af36db (patch) | |
tree | 83d2cd3c932e8c21fd452f506a44c6286a5a597b /dump.c | |
parent | 7787c33299b530d2c653e2157aa14d705d27d987 (diff) | |
download | perl-7f84316480b5704a3abd11bf6e4075c481af36db.tar.gz |
Since xmldump_packsubs does not actually output XML, don't call it from xmldump_all.
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2342,7 +2342,6 @@ Perl_xmldump_all_perl(pTHX_ bool justperl) PerlIO_setlinebuf(PL_xmlfp); if (PL_main_root) op_xmldump(PL_main_root); - xmldump_packsubs_perl(PL_defstash, justperl); if (PL_xmlfp != (PerlIO*)PerlIO_stdout()) PerlIO_close(PL_xmlfp); PL_xmlfp = 0; |