]> git.sesse.net Git - stockfish/commitdiff
remove outdated comment
authorDisservin <disservin.social@gmail.com>
Fri, 27 Oct 2023 16:35:52 +0000 (18:35 +0200)
committerDisservin <disservin.social@gmail.com>
Fri, 27 Oct 2023 16:35:52 +0000 (18:35 +0200)
Bench: 1258079

src/thread.h

index 37a4a6ca2bc6215448bab8634656d9d1f8a1d7ed..cb2f6db1d4138b3e2010d2e54bd15619836c8294 100644 (file)
 
 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;