mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
remove outdated comment
Bench: 1258079
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user