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 {
|
namespace Stockfish {
|
||||||
|
|
||||||
// Thread class keeps together all the thread-related stuff. We use
|
// Thread class keeps together all the thread-related stuff.
|
||||||
// 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.
|
|
||||||
class Thread {
|
class Thread {
|
||||||
|
|
||||||
std::mutex mutex;
|
std::mutex mutex;
|
||||||
|
|||||||
Reference in New Issue
Block a user