mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Remove two useless assignments (#2093)
These variables are initialized before their use in the movepicker loop. passed STC: LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 138732 W: 30727 L: 30838 D: 77167 http://tests.stockfishchess.org/tests/view/5cb07af40ebc5925cf012c32 No functional change.
This commit is contained in:
parent
42d271f23c
commit
1594d15922
1 changed files with 1 additions and 2 deletions
|
@ -1226,8 +1226,7 @@ moves_loop: // When in check, search starts from here
|
|||
|
||||
Thread* thisThread = pos.this_thread();
|
||||
(ss+1)->ply = ss->ply + 1;
|
||||
ss->currentMove = bestMove = MOVE_NONE;
|
||||
ss->continuationHistory = &thisThread->continuationHistory[NO_PIECE][0];
|
||||
bestMove = MOVE_NONE;
|
||||
inCheck = pos.checkers();
|
||||
moveCount = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue