Remove unused field SearchStack::ttMove

No functional change

Resolves #533
This commit is contained in:
loco-loco
2015-12-20 20:37:18 +00:00
committed by Joona Kiiski
parent 38adb487ca
commit 5bbd944099
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -39,7 +39,6 @@ struct Stack {
Move* pv;
int ply;
Move currentMove;
Move ttMove;
Move excludedMove;
Move killers[2];
Depth reduction;