Removed unused BitVector field EMPTY_BIT_VECTOR

This commit is contained in:
Collin Smith 2021-09-17 17:00:10 -07:00
parent 762bcee63f
commit a1bc7d1464

View File

@ -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,