summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-09-05 21:31:27 -0600
committerKarl Williamson <khw@cpan.org>2020-11-17 20:53:26 -0700
commit2228b3d92dc6b04915a758fc6d3e4d724fb976c7 (patch)
treeeff18acdfd31b40e25c6533f6b54b9a0051b8d08 /mathoms.c
parent831124b556f4486f9582458f096ede67617cdc42 (diff)
downloadperl-2228b3d92dc6b04915a758fc6d3e4d724fb976c7.tar.gz
perlapi: Consolidate sv_catsv-ish entries
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mathoms.c b/mathoms.c
index 332c57e248..a07b26019a 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -283,14 +283,6 @@ Perl_sv_catsv(pTHX_ SV *dsv, SV *sstr)
sv_catsv_flags(dsv, sstr, SV_GMAGIC);
}
-/*
-=for apidoc sv_catsv_mg
-
-Like C<sv_catsv>, but also handles 'set' magic.
-
-=cut
-*/
-
void
Perl_sv_catsv_mg(pTHX_ SV *dsv, SV *sstr)
{