summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>2011-01-21 12:41:51 -0800
committerChip Salzenberg <chip@pobox.com>2011-01-21 12:42:21 -0800
commit7f84316480b5704a3abd11bf6e4075c481af36db (patch)
tree83d2cd3c932e8c21fd452f506a44c6286a5a597b /dump.c
parent7787c33299b530d2c653e2157aa14d705d27d987 (diff)
downloadperl-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index 68d3745ac9..7e38548c03 100644
--- a/dump.c
+++ b/dump.c
@@ -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;