8000 Remove UCI_AnalyseMode Option · official-stockfish/Stockfish@c53d2ec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit c53d2ec

Browse files
XInTheDarkDisservin
authored andcommitted
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 (e9aeaad), but it is now no longer used. closes #4918 No functional change
1 parent 536d692 commit c53d2ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ucioption.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ void init(OptionsMap& o) {
7575
o["Move Overhead"] << Option(10, 0, 5000);
7676
o["nodestime"] << Option(0, 0, 10000);
7777
o["UCI_Chess960"] << Option(false);
78-
o["UCI_AnalyseMode"] << Option(false);
7978
o["UCI_LimitStrength"] << Option(false);
8079
o["UCI_Elo"] << Option(1320, 1320, 3190);
8180
o["UCI_ShowWDL"] << Option(false);

0 commit comments

Comments
 (0)
0