Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed May 14, 2022
1 parent 2a0364e commit d14659f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,6 @@ public String readFieldName() {
}

charset = StandardCharsets.UTF_16BE;
throw new JSONException("readString not support type " + typeName(strtype) + ", offset " + offset + "/" + bytes.length);
}

if (strlen < 0) {
Expand Down

0 comments on commit d14659f

Please sign in to comment.