unneeded slowdown

This commit is contained in:
Leijurv 2018-08-21 15:20:33 -07:00
parent 14dddfb1de
commit eb34c1fc24
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -37,7 +37,7 @@ public final class ChunkPacker implements Helper {
private ChunkPacker() {}
public static synchronized BitSet createPackedChunk(Chunk chunk) {
public static BitSet createPackedChunk(Chunk chunk) {
long start = System.currentTimeMillis();
BitSet bitSet = new BitSet(CachedChunk.SIZE);
try {