]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Stockfish 1.6.2
[stockfish] / src / search.cpp
index 21cfbccac18b7120622537f54ad09fe0dcae90bd..b56cf9ae04af04e91802b9b4eb6688608e7bee62 100644 (file)
@@ -1142,9 +1142,6 @@ namespace {
         search_pv(pos, ss, alpha, beta, depth-2*OnePly, ply, threadID);
         ttMove = ss[ply].pv[ply];
         tte = TT.retrieve(pos.get_key());
-
-        // If tte->move() != MOVE_NONE then it equals ttMove
-        assert(!(tte && tte->move()) || tte->move() == ttMove);
     }
 
     // Initialize a MovePicker object for the current position, and prepare