mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Get rid of nativeThread
No functional change.
This commit is contained in:
+1
-1
@@ -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