This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e05a85b
)
utf8.c: Rmv obsolete comment
author
Karl Williamson
<khw@cpan.org>
Mon, 30 Oct 2017 15:32:36 +0000
(09:32 -0600)
committer
Karl Williamson
<khw@cpan.org>
Wed, 1 Nov 2017 16:54:01 +0000
(10:54 -0600)
This was no longer true
utf8.c
patch
|
blob
|
blame
|
history
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));
}