Skip to content

Commit

Permalink
utf8_to_uv_msgs: Remove duplicate code
Browse files Browse the repository at this point in the history
This was introduced in a rebasing error
  • Loading branch information
khwilliamson committed Jan 16, 2025
1 parent 0e9a28d commit 8542129
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utf8.c
Original file line number Diff line number Diff line change
Expand Up @@ -1667,10 +1667,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.
*
Expand Down

0 comments on commit 8542129

Please sign in to comment.