mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 19:46:55 +08:00
Remove UCI_AnalyseMode Option
Simplify away the useless option, as documented: "An option handled by your GUI.
This currently doesn't do anything."
The option was originally added with the introduction of contempt
(e9aeaad052),
but it is now no longer used.
closes https://github.com/official-stockfish/Stockfish/pull/4918
No functional change
This commit is contained in:
@@ -75,7 +75,6 @@ void init(OptionsMap& o) {
|
||||
o["Move Overhead"] << Option(10, 0, 5000);
|
||||
o["nodestime"] << Option(0, 0, 10000);
|
||||
o["UCI_Chess960"] << Option(false);
|
||||
o["UCI_AnalyseMode"] << Option(false);
|
||||
o["UCI_LimitStrength"] << Option(false);
|
||||
o["UCI_Elo"] << Option(1320, 1320, 3190);
|
||||
o["UCI_ShowWDL"] << Option(false);
|
||||
|
||||
Reference in New Issue
Block a user