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:
parent
08ed4c90db
commit
347d613b0e
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue