X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=599d058fa7d018454ea481f30a6448f079a53e87;hp=73d8cdfa200cd28527f0e43aad2c868516008f81;hb=d909d10f33df023be46a2633608bdf655d1f5a62;hpb=ec6aab01366ba1d2de27084d3cc7415a31aa5a24 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;