X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=ed370483435366e62e459ea00a985b3a288ed8f0;hp=3a522a88216bf03483c70670d5c0a65b41b5363e;hb=7c8a8e038f0acd48a30ec7e3971c7d0efcfbf25d;hpb=4220f191d8c1d597ff66e41f90af11367b0ebd7f diff --git a/src/uci.cpp b/src/uci.cpp index 3a522a88..ed370483 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -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;