1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 19:49:14 +00:00

remove outdated comment

Bench: 1258079
This commit is contained in:
Disservin 2023-10-27 18:35:52 +02:00
parent 08ed4c90db
commit 347d613b0e

View file

@ -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;