summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
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)
{