summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-09-05 21:50:10 -0600
committerKarl Williamson <khw@cpan.org>2020-11-21 14:00:03 -0700
commitaeef7bbf8bbd7ba72a854182ff2a8368344e28cb (patch)
tree44057e7d3b1d378cdde1cf3171541f4d08a02600 /sv.h
parent6ad5d069c8c5411b034be41709e7fb1197014228 (diff)
downloadperl-aeef7bbf8bbd7ba72a854182ff2a8368344e28cb.tar.gz
perlapi: Consolidate sv_catpv-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 abe93ec05f..9019e355a8 100644
--- a/sv.h
+++ b/sv.h
@@ -1717,9 +1717,6 @@ COW).
Returns a boolean indicating whether the SV is Copy-On-Write shared hash key
scalar.
-=for apidoc Am|void|sv_catpv_nomg|SV* sv|const char* ptr
-Like C<sv_catpv> but doesn't process magic.
-
=cut
*/