summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-09-05 21:18:19 -0600
committerKarl Williamson <khw@cpan.org>2020-11-09 12:45:20 -0700
commit15cc2555efa1d82f2858e2c7ba5622a844e06254 (patch)
tree8b6b46aa42d55782cdf8789d7ecf3c677e595d45 /sv.h
parent37ee558d221d91b9b74247d7f4fcae5bb2959a5c (diff)
downloadperl-15cc2555efa1d82f2858e2c7ba5622a844e06254.tar.gz
perlapi: Consolidate sv_setsv-ish entries
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 8195376bb7..3d906aaaaf 100644
--- a/sv.h
+++ b/sv.h
@@ -1718,9 +1718,6 @@ Like C<sv_catpvn> but doesn't process magic.
=for apidoc Am|void|sv_catpv_nomg|SV* sv|const char* ptr
Like C<sv_catpv> but doesn't process magic.
-=for apidoc Am|void|sv_setsv_nomg|SV* dsv|SV* ssv
-Like C<sv_setsv> but doesn't process magic.
-
=for apidoc Am|void|sv_catsv_nomg|SV* dsv|SV* ssv
Like C<sv_catsv> but doesn't process magic.