Skip to content

Commit

Permalink
Remove UCI_AnalyseMode Option
Browse files Browse the repository at this point in the history
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
(e9aeaad),
but it is now no longer used.

closes #4918

No functional change
  • Loading branch information
XInTheDark authored and Disservin committed Dec 14, 2023
1 parent 536d692 commit c53d2ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ucioption.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c53d2ec

Please sign in to comment.