summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-09-06 10:55:28 -0600
committerKarl Williamson <khw@cpan.org>2020-12-13 16:41:23 -0700
commit6d4aa2db71082fa30ad6f269b608524d426dd731 (patch)
tree515851bb145912d48a203ae54f539aa9e9579006 /sv.h
parent26d1d7c7534e64e87310befc9919ef4779943bd6 (diff)
downloadperl-6d4aa2db71082fa30ad6f269b608524d426dd731.tar.gz
perlapi: Remove duplicate text
This came about in a rebasing error
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sv.h b/sv.h
index 26e156e667..246f6121fb 100644
--- a/sv.h
+++ b/sv.h
@@ -1696,9 +1696,6 @@ C<SvTRUE_nomg_NN> is like C<L</SvTRUE_nomg>>, but C<sv> is assumed to be
non-null (NN). If there is a possibility that it is NULL, use plain
C<SvTRUE_nomg>.
-C<SvTRUE_NN> is like C<SvTRUE>, but C<sv> is assumed to be non-null (NN). If
-there is a possibility that it is NULL, use plain C<SvTRUE>.
-
=for apidoc Am|char*|SvPVutf8_force|SV* sv|STRLEN len
Like C<SvPV_force>, but converts C<sv> to UTF-8 first if necessary.