Retire "New Game" UCI option

Was introduced by 403db5a6e9
on 1/12/2009 to correctly handle "loose on time"
LSN filtering functionality, but is now unused.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-11-21 14:23:16 +01:00
parent fa80479b1d
commit f44aea7508
2 changed files with 0 additions and 4 deletions

View File

@@ -119,10 +119,7 @@ namespace {
cout << "uciok" << endl;
}
else if (token == "ucinewgame")
{
Options["New Game"].set_value("true");
pos.from_fen(StartPositionFEN);
}
else if (token == "isready")
cout << "readyok" << endl;
else if (token == "position")