X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fbook.h;h=bfc82d931f044e573c9570bdce460c3dff6d196f;hb=94a67c49b0238200bbd4b167d067f067ff4aad30;hp=45d7568887045cac2834fd8708498fb789da4347;hpb=f5e28ef5127ff29310f9c2e8e321eb24214f2439;p=stockfish 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)