Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Aug 13, 2022
1 parent f7605c6 commit 2792c67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/com/alibaba/fastjson2/util/TypeUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ static class Cache {
volatile char[] chars;
}

static final int ENUM = 0x00004000;

static final Cache CACHE = new Cache();
static final AtomicReferenceFieldUpdater<Cache, char[]> CHARS_UPDATER
= AtomicReferenceFieldUpdater.newUpdater(Cache.class, char[].class, "chars");
Expand Down

0 comments on commit 2792c67

Please # to comment.