Removed USE_BOOK macro.

This commit is contained in:
nodchip
2020-09-09 10:26:42 +09:00
parent a6013557f2
commit e6a6ba5221
2 changed files with 0 additions and 45 deletions
-5
View File
@@ -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)
{