]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Retire "ucinewgame" UCI option
[stockfish] / src / uci.cpp
index 3a522a88216bf03483c70670d5c0a65b41b5363e..ed370483435366e62e459ea00a985b3a288ed8f0 100644 (file)
@@ -83,9 +83,6 @@ void uci_loop() {
       else if (token == "go")
           go(pos, is);
 
-      else if (token == "ucinewgame")
-          pos.from_fen(StartFEN, false);
-
       else if (token == "isready")
           cout << "readyok" << endl;