Temporarily removed the unfinished UCI_Elo code in preparation for

the release of the public Stockfish 1.5.
This commit is contained in:
Tord Romstad
2009-09-29 13:40:00 +02:00
parent 2940abdac8
commit 73be819426
2 changed files with 2 additions and 55 deletions

View File

@@ -131,8 +131,6 @@ namespace {
o["UCI_ShowCurrLine"] = Option(false);
o["UCI_Chess960"] = Option(false);
o["UCI_AnalyseMode"] = Option(false);
o["UCI_LimitStrength"] = Option(false);
o["UCI_Elo"] = Option(2900, 2100, 2900);
// Any option should know its name so to be easily printed
for (Options::iterator it = o.begin(); it != o.end(); ++it)