mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 21:27:14 +00:00
Removed USE_BOOK macro.
This commit is contained in:
@@ -54,11 +54,6 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
#if defined(USE_BOOK)
|
||||
// This is defined in the search section.
|
||||
extern Book::BookMoveSelector book;
|
||||
#endif
|
||||
|
||||
template <typename T>
|
||||
T operator +=(std::atomic<T>& x, const T rhs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user