From 51b56f5c7c7e109a2c53226c83c2d324801d4f9b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 26 Aug 2020 17:47:31 -0600 Subject: Reorganize perlapi This uses a new organization of sections that I came up with. I asked for comments on p5p, but there were none. --- dump.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dump.c') diff --git a/dump.c b/dump.c index 3134049379..d0b64aa017 100644 --- a/dump.c +++ b/dump.c @@ -528,10 +528,6 @@ Perl_sv_peek(pTHX_ SV *sv) return SvPV_nolen(t); } -/* -=head1 Debugging Utilities -*/ - void Perl_dump_indent(pTHX_ I32 level, PerlIO *file, const char* pat, ...) { -- cgit v1.2.1