]> git.sesse.net Git - stockfish/blobdiff - src/book.h
Retire some unused functions
[stockfish] / src / book.h
index 0101bcf2c655f083c1f5083795826186623d9db4..38804f9acf572b3518d105955d96539f04726c6e 100644 (file)
@@ -51,7 +51,7 @@ private:
   template<typename T> Book& operator>>(T& n);
 
   BookEntry read_entry(int idx);
-  int find_entry(uint64_t key);
+  int first_entry(uint64_t key);
 
   std::ifstream bookFile;
   std::string bookName;