1
0
Fork 0

Comment out redundant ttvalue test.

Bench 4447112
pull/3485/head
xoto10 2021-06-01 19:17:12 +01:00
parent 2fff193ede
commit 20a3045fde
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ namespace {
// so effective depth is equal to depth - 3
&& !( ss->ttHit
&& tte->depth() >= depth - 3
&& ttValue != VALUE_NONE
// && ttValue != VALUE_NONE Already implicit in the next condition */
&& ttValue < probCutBeta))
{
assert(probCutBeta < VALUE_INFINITE);