mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Remove conditional compilation on EVAL_LEARN
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
// → I will not be involved in the engine because it is a problem that the GUI should assist.
|
||||
// etc..
|
||||
|
||||
#if defined(EVAL_LEARN)
|
||||
|
||||
#include "learn.h"
|
||||
|
||||
#include "convert.h"
|
||||
@@ -2048,5 +2046,3 @@ namespace Learner
|
||||
}
|
||||
|
||||
} // namespace Learner
|
||||
|
||||
#endif // EVAL_LEARN
|
||||
|
||||
Reference in New Issue
Block a user