Skip to content

Commit 66ce882

Browse files
committed
Remove unused variable
1 parent 3d328e9 commit 66ce882

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

msgpack-core/src/main/java/org/msgpack/core/MessageUnpacker.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ public class MessageUnpacker
7171
{
7272
private static final MessageBuffer EMPTY_BUFFER = MessageBuffer.wrap(new byte[0]);
7373

74-
private static final byte HEAD_BYTE_REQUIRED = (byte) 0xc1;
75-
7674
private final boolean allowReadingStringAsBinary;
7775
private final boolean allowReadingBinaryAsString;
7876
private final CodingErrorAction actionOnMalformedString;
@@ -82,8 +80,6 @@ public class MessageUnpacker
8280

8381
private MessageBufferInput in;
8482

85-
private byte headByte = HEAD_BYTE_REQUIRED;
86-
8783
/**
8884
* Points to the current buffer to read
8985
*/

0 commit comments

Comments
 (0)