X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbook.h;h=9497b9b9b4562ae08b8d752fd9959e5b6c417494;hp=24fa9f2daf45b2e1c087bf644ecf053f1cdcf449;hb=16f380e5c1c427b55a733446450868a93c9c62cd;hpb=8300ab149cec54c2124898285bdc9308f78de4cd diff --git a/src/book.h b/src/book.h index 24fa9f2d..9497b9b9 100644 --- a/src/book.h +++ b/src/book.h @@ -48,11 +48,10 @@ private: template 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)