removed commented lines.

This commit is contained in:
G.E
2024-04-23 23:46:08 +03:00
parent e3bc8ca0a8
commit 0789008243
3 changed files with 0 additions and 16 deletions

View File

@@ -811,11 +811,9 @@ depth_done:
return true;
}
}
// }
// Second option: a two-byte shufti (i.e. less than eight 2-byte
// literals)
// if (depth > 1) {
for (unsigned int i = 0; i < (depth - 1); i++) {
if (depthReach[i].count() * depthReach[i+1].count()
<= DOUBLE_SHUFTI_LIMIT) {