]> git.sesse.net Git - stockfish/blobdiff - src/book.h
Document PolyGlotRandoms[] offsets
[stockfish] / src / book.h
index 24fa9f2daf45b2e1c087bf644ecf053f1cdcf449..9497b9b9b4562ae08b8d752fd9959e5b6c417494 100644 (file)
@@ -48,11 +48,10 @@ private:
   template<typename T> Book& operator>>(T& n);
 
   bool open(const char* fName);
-  void binary_search(uint64_t key);
+  size_t find_first(uint64_t key);
 
   RKISS RKiss;
   std::string fileName;
-  size_t size;
 };
 
 #endif // !defined(BOOK_H_INCLUDED)