summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-08 12:22:16 -0600
committerKarl Williamson <khw@cpan.org>2022-05-08 12:26:16 -0600
commit300ff263fbad8007ca52d84a8be8b98fba791a3c (patch)
tree1e0389a3bec0547909d0f9ddfc5e54f3b86619ea /sv.c
parentd63f0f6854e517d49033e561b44fcb454eb43c6e (diff)
downloadperl-300ff263fbad8007ca52d84a8be8b98fba791a3c.tar.gz
perlapi: Remove extraneous info
The text below the line removed was inadvertently presumed to be part of perlapi.
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index f07347a27f..73c96bdac3 100644
--- a/sv.c
+++ b/sv.c
@@ -130,7 +130,6 @@ static const char S_destroy[] = "DESTROY";
/* ============================================================================
-=for apidoc_section $SV
An SV (or AV, HV, etc.) is allocated in two parts: the head (struct
sv, av, hv...) contains type and reference count information, and for
many types, a pointer to the body (struct xrv, xpv, xpviv...), which