X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=599d058fa7d018454ea481f30a6448f079a53e87;hp=73d8cdfa200cd28527f0e43aad2c868516008f81;hb=8e45e70e55c42c4750ccb729dcd49cdaafe5af44;hpb=126036abb093df88593ef9db67ac0b9a07f411a6;ds=sidebyside diff --git a/src/search.h b/src/search.h index 73d8cdfa..599d058f 100644 --- a/src/search.h +++ b/src/search.h @@ -59,7 +59,6 @@ struct RootMove { bool operator<(const RootMove& m) const { return m.score < score; } // Descending sort bool operator==(const Move& m) const { return pv[0] == m; } - void insert_pv_in_tt(Position& pos); bool extract_ponder_from_tt(Position& pos); Value score = -VALUE_INFINITE;