]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Remove "Max Threads per Split Point" UCI option
[stockfish] / src / thread.h
index c9152b229243620bb00b451f85f91e4c7e9b85e6..ddeb49021e82977175261f53872fdaac647cf3dd 100644 (file)
@@ -166,7 +166,6 @@ struct ThreadPool : public std::vector<Thread*> {
 
   bool sleepWhileIdle;
   Depth minimumSplitDepth;
-  size_t maxThreadsPerSplitPoint;
   Mutex mutex;
   ConditionVariable sleepCondition;
   TimerThread* timer;