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
-3
View File
@@ -4,7 +4,6 @@
#include <vector>
#include <cstdint>
#if defined(EVAL_LEARN)
namespace Learner {
// packed sfen
@@ -45,5 +44,3 @@ namespace Learner {
using PSVector = std::vector<PackedSfenValue>;
}
#endif
#endif