X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.cpp;h=559f8788ec12129a1df2a25d030b52d1e839f333;hb=939b621e5c67e9ef89b409fd773d38058341906c;hp=9948eb62b4114670d826ec7e32c3f9012f53e0e0;hpb=81cd417b4584b0e3830940c5cb122c898afde08a;p=stockfish diff --git a/src/uci.cpp b/src/uci.cpp index 9948eb62..559f8788 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -233,7 +233,6 @@ namespace { searchMoves.push_back(move_from_uci(pos, token)); } - searchMoves.push_back(MOVE_NONE); limits.time = time[pos.side_to_move()]; limits.increment = inc[pos.side_to_move()];