mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Remove redundant condition in probcut
When !ss->skipNullMove it is assured that excludedMove == MOVE_NONE No functional change.
This commit is contained in:
parent
cd782c11ec
commit
c0964fc70f
1 changed files with 0 additions and 1 deletions
|
@ -726,7 +726,6 @@ namespace {
|
|||
&& depth >= 5 * ONE_PLY
|
||||
&& !inCheck
|
||||
&& !ss->skipNullMove
|
||||
&& excludedMove == MOVE_NONE
|
||||
&& abs(beta) < VALUE_MATE_IN_MAX_PLY)
|
||||
{
|
||||
Value rbeta = beta + 200;
|
||||
|
|
Loading…
Add table
Reference in a new issue