Skip to content

Commit f0372fc

Browse files
committed
Tweaks.
1 parent 1cad36a commit f0372fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/dannemann/stringcompressor/ManagedBulkCompressor.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ public int getCurrentIndex() {
6464

6565
// Unsafe methods. Can cause confusion.
6666

67-
static void compressAndAddAll(AsciiCompressor compressor, byte[][] destination, byte[][] source) {
68-
new ManagedBulkCompressor(compressor, destination).compressAndAddAll(source);
69-
}
70-
7167
static void compressAndAddAll(AsciiCompressor compressor, byte[][] destination, String[] source) {
7268
new ManagedBulkCompressor(compressor, destination).compressAndAddAll(source);
7369
}

0 commit comments

Comments
 (0)