mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-01-04 07:29:56 +01:00
Don't bother zeroing variables that are already zeroed by memset.
This commit is contained in:
parent
a4ac1b8221
commit
d1dc3dd6b1
3
main.c
3
main.c
|
|
@ -901,12 +901,9 @@ int main(int argc, char *argv[])
|
|||
|
||||
control.compression_level = 7;
|
||||
control.ramsize = get_ram();
|
||||
control.window = 0;
|
||||
/* for testing single CPU */
|
||||
control.threads = PROCESSORS; /* get CPUs for LZMA */
|
||||
control.page_size = PAGE_SIZE;
|
||||
control.md5_read = 0;
|
||||
|
||||
control.nice_val = 19;
|
||||
|
||||
/* generate crc table */
|
||||
|
|
|
|||
Loading…
Reference in a new issue