summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2008-12-19 22:40:30 -0600
committerSteve Peters <steve@fisharerojo.org>2008-12-19 22:40:30 -0600
commitdc96081217a267e72cb4c28ba8c95ca5811a4b9d (patch)
tree7b3476a1700aa0a4c7928b5f40e2f25d627b7b1a /sv.c
parent985dc10ab33c95586dcbba902505c7460cbcf5e3 (diff)
downloadperl-dc96081217a267e72cb4c28ba8c95ca5811a4b9d.tar.gz
It looks like the previous patch is working fine on UNIXish boxes,
but is failing on Windows. Anyways sv_utf8_upgrade_nomg() is a macro anyways, so moving the documentation to sv.h.
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sv.c b/sv.c
index 917c897eaa..cfae3b7cd4 100644
--- 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.