X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=ddeb49021e82977175261f53872fdaac647cf3dd;hp=c9152b229243620bb00b451f85f91e4c7e9b85e6;hb=a1a7bc84da4a6f180179e437494dd485cba1711d;hpb=41641e3b1eea0038ab6984766d2b3bca869be7fa diff --git a/src/thread.h b/src/thread.h index c9152b22..ddeb4902 100644 --- a/src/thread.h +++ b/src/thread.h @@ -166,7 +166,6 @@ struct ThreadPool : public std::vector { bool sleepWhileIdle; Depth minimumSplitDepth; - size_t maxThreadsPerSplitPoint; Mutex mutex; ConditionVariable sleepCondition; TimerThread* timer;