This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The sprintf option was blithely printing long doubles as
[perl5.git] / dump.c
diff --git a/dump.c b/dump.c
index 569dc8c..3dd9b0e 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -533,8 +533,6 @@ Perl_do_op_dump(pTHX_ I32 level, PerlIO *file, OP *o)
 #endif
        break;
     case OP_CONST:
-       Perl_dump_indent(aTHX_ level, file, "SV = %s\n", SvPEEK(cSVOPo_sv));
-       break;
     case OP_METHOD_NAMED:
        Perl_dump_indent(aTHX_ level, file, "SV = %s\n", SvPEEK(cSVOPo->op_sv));
        break;