clean code

This commit is contained in:
kimchy 2010-08-14 01:23:04 +03:00
parent ac27b45524
commit 0adb2edba2
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ public class LzfCompressor implements Compressor {
}
@Override public String decompressString(byte[] value) throws IOException {
CompressHolder ch = Cached.cached();
byte[] result = decompress(value);
return Unicode.fromBytes(result, 0, result.length);
}