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:
Muzhen Gaming
2023-12-13 19:05:37 +08:00
committed by Disservin
parent 536d692a30
commit c53d2ec253

View File

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