omit modt

main
Dominik Madarász 2024-08-19 11:44:07 +02:00
parent 07c2c7dc1d
commit fbd958d659
2 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ int main(int argc, char **argv) {
uint64_t hash_size = ptr ? hash_64( size ) : strlen(argv[i]); uint64_t hash_size = ptr ? hash_64( size ) : strlen(argv[i]);
// if( ptr ) free(ptr); // speed optimization, do not free() // if( ptr ) free(ptr); // speed optimization, do not free()
hash ^= hash_contents ^ hash_modt ^ hash_size; hash ^= hash_contents /* ^ hash_modt */ ^ hash_size;
} }
} }

Binary file not shown.