diff options
author | Karl Williamson <khw@cpan.org> | 2017-06-05 12:56:28 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-06-08 11:04:43 -0600 |
commit | 61343a04469440fa429b50b3763567fa52e0cbea (patch) | |
tree | 9fefc4f080ab4f44742251cd8aaa4fa00db8303e /utf8.c | |
parent | 38af28cf45abcc0148c23c2ade102da20c92dc66 (diff) | |
download | perl-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.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) { |