Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Oct 6, 2023
1 parent cab9445 commit 41be860
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/main/java/com/alibaba/fastjson2/JSONWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -854,10 +854,6 @@ protected boolean isWriteAsString(BigDecimal value, long features) {

public abstract void writeNameRaw(char[] bytes, int offset, int len);

public boolean xxxbac() {
return utf8 && (context.features & 5726) == 0;
}

public void writeName(String name) {
if (startObject) {
startObject = false;
Expand Down

0 comments on commit 41be860

Please sign in to comment.