Removed lz4Fast from CompressedObjectStrategy for compression since it is not currently used

This commit is contained in:
Charles Allen 2014-11-24 16:11:03 -08:00
parent 8f80d9e189
commit 9f945c2216
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ public class CompressedObjectStrategy<T extends Buffer> implements ObjectStrateg
public static class LZ4Compressor implements Compressor
{
private static final LZ4Compressor defaultCompressor = new LZ4Compressor();
private static final net.jpountz.lz4.LZ4Compressor lz4Fast = LZ4Factory.fastestInstance().fastCompressor();
private static final net.jpountz.lz4.LZ4Compressor lz4High = LZ4Factory.fastestInstance().highCompressor();
@Override