summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-06-05 12:56:28 -0600
committerKarl Williamson <khw@cpan.org>2017-06-08 11:04:43 -0600
commit61343a04469440fa429b50b3763567fa52e0cbea (patch)
tree9fefc4f080ab4f44742251cd8aaa4fa00db8303e /utf8.c
parent38af28cf45abcc0148c23c2ade102da20c92dc66 (diff)
downloadperl-61343a04469440fa429b50b3763567fa52e0cbea.tar.gz
bytes_to_utf8(): Remove obsolete comment
It said the logic was duplicated elsewhere, but now the essence of the logic is in an inlined function used in both places.
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/utf8.c b/utf8.c
index 6e6f1d57a1..6c7392161f 100644
--- a/utf8.c
+++ b/utf8.c
@@ -2044,9 +2044,6 @@ see L</sv_recode_to_utf8>().
=cut
*/
-/* This logic is duplicated in sv_catpvn_flags, so any bug fixes will
- likewise need duplication. */
-
U8*
Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *len)
{