This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove completed perltodo entry
[perl5.git] / sv.c
diff --git a/sv.c b/sv.c
index 917c897..cfae3b7 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -3154,10 +3154,6 @@ Returns the number of bytes in the converted string
 This is not as a general purpose byte encoding to Unicode interface:
 use the Encode extension for that.
 
-=for apidoc sv_utf8_upgrade_nomg
-
-Like sv_utf8_upgrade, but doesn't do magic on C<sv>
-
 =for apidoc sv_utf8_upgrade_flags
 
 Converts the PV of an SV to its UTF-8-encoded form.