X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=4d70bf2fbd038a9da98971c04c1bada7ba523743;hp=231443dbba0d9f9c521b085ec2837c20587b2973;hb=81c7975dcdf37ec96d308f800c2a40f6cb08907e;hpb=4b59347194f027e597040cb0c35835c688408e18 diff --git a/src/thread.h b/src/thread.h index 231443db..4d70bf2f 100644 --- a/src/thread.h +++ b/src/thread.h @@ -151,7 +151,6 @@ struct ThreadPool : public std::vector { void start_thinking(const Position&, const Search::LimitsType&, Search::StateStackPtr&); Depth minimumSplitDepth; - Mutex mutex; ConditionVariable sleepCondition; TimerThread* timer; };