]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Revert "Allow split point master to sleep (take 2)"
[stockfish] / src / thread.h
index 98576ccea2131a877edc2a61a16ff164219596c3..44b70e1e64311e910f7e4cb2cfd61b7939535214 100644 (file)
@@ -55,7 +55,6 @@ struct SplitPoint {
   bool pvNode, mateThreat;
   Value beta;
   int ply;
-  int master;
   Move threatMove;
   SearchStack sstack[MAX_THREADS][PLY_MAX_PLUS_2];