]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Make rootDepth local to search. (#2077)
[stockfish] / src / thread.h
index 7a27aab1f91cad3b1ef8bc8d2495a86481b8c476..fb11344c26e5111c37d65398e903840ce21a24c6 100644 (file)
@@ -67,7 +67,7 @@ public:
 
   Position rootPos;
   Search::RootMoves rootMoves;
-  Depth rootDepth, completedDepth;
+  Depth completedDepth;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
   CapturePieceToHistory captureHistory;