From f88c1eacb6acf66644e42a4927a1014c5afd9448 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 4 Dec 2024 11:59:35 -0700 Subject: [PATCH] utf8_to_uv_msgs: Remove duplicate code This was introduced in a rebasing error --- utf8.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utf8.c b/utf8.c index cb84d9e0f93f..945cb11f47a0 100644 --- a/utf8.c +++ b/utf8.c @@ -1627,10 +1627,6 @@ Perl_utf8_to_uv_msgs_helper_(const U8 * const s0, || UTF8_IS_NONCHAR(s0, e)); */ - if (errors) { - *errors = 0; - } - /* Accumulate the code point translation of the input byte sequence * s0 .. e-1, looking for malformations. *