mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 12:06:22 +08:00
Remove conditional compilation on EVAL_LEARN
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#if defined(EVAL_LEARN)
|
||||
|
||||
#include "convert.h"
|
||||
|
||||
#include "multi_think.h"
|
||||
@@ -606,4 +604,3 @@ namespace Learner
|
||||
convert(args);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user