X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=dd9e45b92e33b3ad606b6c10a40294fa77349058;hp=409ad20afca6c2bea6f64cdea1b4566975bcb395;hb=cf486cf229b9877afd8120830bece47d93c7e8d0;hpb=ad5b5cef4ae963776b0567c23e9ebc32014b9490 diff --git a/src/search.cpp b/src/search.cpp index 409ad20a..dd9e45b9 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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