Skip to content

Commit

Permalink
Trimming unreachable break.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jul 19, 2023
1 parent bf5175b commit 7fc6b2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ada_idna.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2711,8 +2711,6 @@ std::u32string map(std::u32string_view input) {
break;
case 2:
return error; // disallowed
break;

// case 3 :
default:
// We have a mapping
Expand Down

0 comments on commit 7fc6b2c

Please sign in to comment.