mirror of https://git.tukaani.org/xz.git
xz: Omit an incorrect comment
It likely was a leftover from a development version of the code.
Fixes: 183819bfd9
This commit is contained in:
parent
9bef5b8d17
commit
fe4d8b0c80
|
@ -495,11 +495,7 @@ coder_set_compression_settings(void)
|
||||||
// recommended Block size, then it is a waste
|
// recommended Block size, then it is a waste
|
||||||
// of RAM to use a larger Block size. It may
|
// of RAM to use a larger Block size. It may
|
||||||
// even allow more threads to be used in some
|
// even allow more threads to be used in some
|
||||||
// situations. If the special 0 Block size is
|
// situations.
|
||||||
// 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.
|
|
||||||
if (max_block_list_size > 0
|
if (max_block_list_size > 0
|
||||||
&& max_block_list_size
|
&& max_block_list_size
|
||||||
< block_size)
|
< block_size)
|
||||||
|
|
Loading…
Reference in New Issue