mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
no functional change bench: 4274207
This commit is contained in:
committed by
Marco Costalba
parent
542a2b39ed
commit
9fff272209
@@ -1132,8 +1132,6 @@ moves_loop: // When in check, search starts from here
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (PvNode && !rootNode && value == alpha)
|
|
||||||
update_pv(ss->pv, move, (ss+1)->pv);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (move != bestMove)
|
if (move != bestMove)
|
||||||
|
|||||||
Reference in New Issue
Block a user