]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Move insert_pv() and extract_pv() out of TT class
[stockfish] / src / tt.h
index bd6aae99b9e2918a4b008e28af9abc2f17e75f4e..1c32ddc1872211e0150987d079942d8fef5bf3be 100644 (file)
--- 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: