Remove conditional compilation on EVAL_LEARN

This commit is contained in:
Tomasz Sobczyk
2020-09-12 16:19:24 +02:00
parent 8d499e6efa
commit d33e7a9b07
32 changed files with 6 additions and 144 deletions

View File

@@ -1,6 +1,4 @@
#if defined(EVAL_LEARN)
#include "multi_think.h"
#include "multi_think.h"
#include "tt.h"
#include "uci.h"
@@ -118,6 +116,3 @@ void MultiThink::go_think()
Options[s.first] = std::string(s.second);
}
#endif // defined(EVAL_LEARN)