This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Rmv obsolete comment
authorKarl Williamson <khw@cpan.org>
Mon, 30 Oct 2017 15:32:36 +0000 (09:32 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 1 Nov 2017 16:54:01 +0000 (10:54 -0600)
This was no longer true

utf8.c

diff --git a/utf8.c b/utf8.c
index f6938f2..900b94f 100644 (file)
--- a/utf8.c
+++ b/utf8.c
@@ -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));
 }