Skip to content

Commit

Permalink
Remove now useless switch case 0
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Oct 14, 2024
1 parent 9a5a265 commit 5581a07
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2388,8 +2388,6 @@ private final String _finishShortText(int len) throws IOException
}

switch (code) {
case 0:
break;
case 1: {
final int c2 = inputBuf[inPtr++];
if ((c2 & 0xC0) != 0x080) {
Expand Down

0 comments on commit 5581a07

Please sign in to comment.