mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-30 17:34:19 +02:00
Removed unused variable
This commit is contained in:
parent
de3ad7bb52
commit
aee2b85253
@ -52,7 +52,6 @@ public class SnappyCodec
|
||||
public static final int MAGIC_LEN = MAGIC_HEADER.length;
|
||||
public static final int HEADER_SIZE = MAGIC_LEN + 8;
|
||||
public static final int MAGIC_HEADER_HEAD = SnappyOutputStream.readInt(MAGIC_HEADER, 0);
|
||||
public static final int MAGIC_HEADER_TAIL = SnappyOutputStream.readInt(MAGIC_HEADER, 4);
|
||||
|
||||
static {
|
||||
assert (MAGIC_HEADER_HEAD < 0);
|
||||
@ -128,3 +127,4 @@ public class SnappyCodec
|
||||
|
||||
public static SnappyCodec currentHeader = new SnappyCodec(MAGIC_HEADER, DEFAULT_VERSION, MINIMUM_COMPATIBLE_VERSION);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user