]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Merge remote-tracking branch 'upstream/master'
[stockfish] / src / thread.h
index 594a8ea29c5aa9e62cb7c41460d0b7e2eef71506..5f0b2c3ed9cb3d86397ec8c2de309cacc033bbf3 100644 (file)
@@ -69,13 +69,12 @@ public:
   Position rootPos;
   StateInfo rootState;
   Search::RootMoves rootMoves;
-  Depth rootDepth, completedDepth;
+  Depth rootDepth, completedDepth, previousDepth;
   Value rootDelta;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
   CapturePieceToHistory captureHistory;
   ContinuationHistory continuationHistory[2][2];
-  Score trend;
 };