X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbook.h;h=bfc82d931f044e573c9570bdce460c3dff6d196f;hp=45d7568887045cac2834fd8708498fb789da4347;hb=6b49d509a1824a09c21d1d9f5e7e991ef2638db5;hpb=f5e28ef5127ff29310f9c2e8e321eb24214f2439 diff --git a/src/book.h b/src/book.h index 45d75688..bfc82d93 100644 --- a/src/book.h +++ b/src/book.h @@ -78,12 +78,4 @@ private: RKISS RKiss; }; - -//// -//// Global variables -//// - -extern Book OpeningBook; - - #endif // !defined(BOOK_H_INCLUDED)