mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 19:46:55 +08:00
Remove conditional compilation on EVAL_LEARN
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#if defined(EVAL_LEARN)
|
||||
|
||||
#include "gensfen.h"
|
||||
#include "gensfen.h"
|
||||
|
||||
#include "packed_sfen.h"
|
||||
#include "multi_think.h"
|
||||
@@ -1207,4 +1205,3 @@ namespace Learner
|
||||
std::cout << "gensfen finished." << endl;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user