]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
xz: Omit an incorrect comment
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 6 May 2024 20:08:22 +0000 (23:08 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 6 May 2024 20:09:13 +0000 (23:09 +0300)
It likely was a leftover from a development version of the code.

Fixes: 183819bfd9efac8c184d9bf123325719b7eee30f
src/xz/coder.c

index 3f5e41cda4c7fe5451e385edf12b00d18dd7c99b..90bef990468e0dd1f5f712a0e496daabd33f19da 100644 (file)
@@ -495,11 +495,7 @@ coder_set_compression_settings(void)
                                // recommended Block size, then it is a waste
                                // of RAM to use a larger Block size. It may
                                // even allow more threads to be used in some
-                               // situations. If the special 0 Block size is
-                               // used (encode all remaining data in 1 Block)
-                               // then max_block_list_size will be set to
-                               // UINT64_MAX, so the recommended Block size
-                               // will always be used in this case.
+                               // situations.
                                if (max_block_list_size > 0
                                                && max_block_list_size
                                                < block_size)