mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-24 05:30:13 +07:00
Removed unused BitVector field EMPTY_BIT_VECTOR
This commit is contained in:
parent
762bcee63f
commit
a1bc7d1464
@ -193,8 +193,6 @@ public final class DecodingService extends ForkJoinPool {
|
||||
return new Builder(handle, offset, length, numSectors, callback);
|
||||
}
|
||||
|
||||
static final BitVector EMPTY_BIT_VECTOR = new BitVector();
|
||||
|
||||
static ByteBuf decodeSync(
|
||||
MpqFileHandle handle,
|
||||
int sector,
|
||||
|
Loading…
Reference in New Issue
Block a user