]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Retire update_history() Inline the only caller site
[stockfish] / src / uci.cpp
index 9948eb62b4114670d826ec7e32c3f9012f53e0e0..559f8788ec12129a1df2a25d030b52d1e839f333 100644 (file)
@@ -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()];