X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=1c32ddc1872211e0150987d079942d8fef5bf3be;hp=bd6aae99b9e2918a4b008e28af9abc2f17e75f4e;hb=6f6f59ea6a066eac291eac5ad0369cd2e0daf739;hpb=00e86078a550631e3d045d882ab27f827d3f2378 diff --git a/src/tt.h b/src/tt.h index bd6aae99..1c32ddc1 100644 --- a/src/tt.h +++ b/src/tt.h @@ -111,8 +111,6 @@ public: void store(const Key posKey, Value v, ValueType type, Depth d, Move m, Value statV, Value kingD); TTEntry* retrieve(const Key posKey) const; void new_search(); - void insert_pv(const Position& pos, Move pv[]); - void extract_pv(const Position& pos, Move bestMove, Move pv[], const int PLY_MAX); TTEntry* first_entry(const Key posKey) const; private: