mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Cleanup history stats
And other assorted trivia. No functional change.
This commit is contained in:
+3
-3
@@ -76,10 +76,10 @@ struct Thread : public ThreadBase {
|
||||
|
||||
Position rootPos;
|
||||
Search::RootMoveVector rootMoves;
|
||||
Depth rootDepth;
|
||||
Search::Stack stack[MAX_PLY+4];
|
||||
HistoryStats History;
|
||||
MovesStats Countermoves;
|
||||
Depth depth;
|
||||
HistoryStats history;
|
||||
MovesStats counterMoves;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user