Skip to content

Commit a6010b7

Browse files
committed
remove unused code
1 parent 45db800 commit a6010b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/com/alibaba/fastjson2/JSONReaderUTF8.java

-1
Original file line numberDiff line numberDiff line change
@@ -4733,7 +4733,6 @@ public final void skipComment() {
47334733

47344734
final byte[] bytes = this.bytes;
47354735
byte ch = bytes[offset++];
4736-
byte start = ch;
47374736

47384737
boolean multi;
47394738
if (ch == '*') {

0 commit comments

Comments
 (0)