]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Retire update_history() Inline the only caller site
[stockfish] / src / uci.cpp
index fb2d3eac5834e7e9d8dc28b88dc7022cef7e96fa..559f8788ec12129a1df2a25d030b52d1e839f333 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "evaluate.h"
 #include "misc.h"
-#include "move.h"
 #include "position.h"
 #include "search.h"
 #include "thread.h"
@@ -234,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()];