Get rid of nativeThread

No functional change.
This commit is contained in:
Marco Costalba
2015-03-21 11:50:14 +01:00
parent 26dabb1e6b
commit be77406a55
4 changed files with 8 additions and 9 deletions

View File

@@ -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)