Remove redundant (and wrong) prototype for pv_display()
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Wed, 29 Oct 2008 22:15:33 +0000 (22:15 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Wed, 29 Oct 2008 22:15:33 +0000 (22:15 +0000)
from its apidoc section.

p4raw-id: //depot/perl@34649

dump.c

diff --git a/dump.c b/dump.c
index 88adc9f..54d50e6 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -372,9 +372,6 @@ Perl_pv_pretty( pTHX_ SV *dsv, char const * const str, const STRLEN count,
 /*
 =for apidoc pv_display
 
-  char *pv_display(SV *dsv, const char *pv, STRLEN cur, STRLEN len,
-                   STRLEN pvlim, U32 flags)
-
 Similar to
 
   pv_escape(dsv,pv,cur,pvlim,PERL_PV_ESCAPE_QUOTE);