diff options
author | Karl Williamson <khw@cpan.org> | 2017-10-30 09:32:36 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-11-01 10:54:01 -0600 |
commit | 6845290dc59da51d78065c7e362acdf7b81768af (patch) | |
tree | 91ec871f135d434ee0bc139d81392233b1a1fde1 /utf8.c | |
parent | e05a85b2946214cbfe22da6059e0fe0307298c4d (diff) | |
download | perl-6845290dc59da51d78065c7e362acdf7b81768af.tar.gz |
utf8.c: Rmv obsolete comment
This was no longer true
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1995,7 +1995,6 @@ Perl_utf8_to_uvuni_buf(pTHX_ const U8 *s, const U8 *send, STRLEN *retlen) assert(send > s); - /* Call the low level routine, asking for checks */ return NATIVE_TO_UNI(utf8_to_uvchr_buf(s, send, retlen)); } |