mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Remove unused field SearchStack::ttMove
No functional change Resolves #533
This commit is contained in:
@@ -39,7 +39,6 @@ struct Stack {
|
||||
Move* pv;
|
||||
int ply;
|
||||
Move currentMove;
|
||||
Move ttMove;
|
||||
Move excludedMove;
|
||||
Move killers[2];
|
||||
Depth reduction;
|
||||
|
||||
Reference in New Issue
Block a user