X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsearch.cpp;h=dd9e45b92e33b3ad606b6c10a40294fa77349058;hb=8d724220a7a19961b21239cba8138815f1d1598f;hp=409ad20afca6c2bea6f64cdea1b4566975bcb395;hpb=4d9e9ac3d45190f4d92030fe9de2637344018f0a;p=stockfish 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