From 347d613b0e2c47f90cbf1c5a5affe97303f1ac3d Mon Sep 17 00:00:00 2001 From: Disservin Date: Fri, 27 Oct 2023 18:35:52 +0200 Subject: [PATCH] remove outdated comment Bench: 1258079 --- src/thread.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; -- 2.39.2