mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Get rid of nativeThread
No functional change.
This commit is contained in:
@@ -68,7 +68,7 @@ namespace {
|
||||
return;
|
||||
|
||||
pos.set(fen, Options["UCI_Chess960"], Threads.main());
|
||||
SetupStates = Search::StateStackPtr(new std::stack<StateInfo>());
|
||||
SetupStates = Search::StateStackPtr(new std::stack<StateInfo>);
|
||||
|
||||
// Parse move list (if any)
|
||||
while (is >> token && (m = UCI::to_move(pos, token)) != MOVE_NONE)
|
||||
|
||||
Reference in New Issue
Block a user