Don't bother zeroing variables that are already zeroed by memset.

This commit is contained in:
ckolivas 2011-03-03 10:05:13 +11:00 committed by Con Kolivas
parent a4ac1b8221
commit d1dc3dd6b1

3
main.c
View file

@ -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 */