X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.cpp;h=a4a73fbf3eea557e05d1e4da9c86288a325c29fc;hb=556b63b6b6acce9f40952e0f792f84da8101f033;hp=6adaf3929b1a530f133dc501e00223856975c44b;hpb=d2ad5acddda723430971f4ce06916db645f7e06f;p=stockfish diff --git a/src/uci.cpp b/src/uci.cpp index 6adaf392..a4a73fbf 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -34,7 +34,6 @@ #include "position.h" #include "san.h" #include "search.h" -#include "uci.h" #include "ucioption.h" using namespace std; @@ -120,10 +119,7 @@ namespace { cout << "uciok" << endl; } else if (token == "ucinewgame") - { - Options["New Game"].set_value("true"); pos.from_fen(StartPositionFEN); - } else if (token == "isready") cout << "readyok" << endl; else if (token == "position")