X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=cb2f6db1d4138b3e2010d2e54bd15619836c8294;hb=7a8bcfc229ca6e4e44c0b284b7609a3aa26fa1ee;hp=37a4a6ca2bc6215448bab8634656d9d1f8a1d7ed;hpb=b0658f09b93185e2b43d4b2d6f0daa30c36ebcc2;p=stockfish diff --git a/src/thread.h b/src/thread.h index 37a4a6ca..cb2f6db1 100644 --- a/src/thread.h +++ b/src/thread.h @@ -34,10 +34,7 @@ namespace Stockfish { -// Thread class keeps together all the thread-related stuff. We use -// per-thread pawn and material hash tables so that once we get a -// pointer to an entry its lifetime is unlimited and we don't have -// to care about someone changing the entry under our feet. +// Thread class keeps together all the thread-related stuff. class Thread { std::mutex mutex;