mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-25 22:27:13 +00:00
Remove conditional compilation on EVAL_LEARN
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#ifndef _LEARN_H_
|
||||
#define _LEARN_H_
|
||||
|
||||
#if defined(EVAL_LEARN)
|
||||
|
||||
// ----------------------
|
||||
// Floating point for learning
|
||||
// ----------------------
|
||||
@@ -78,6 +76,4 @@ namespace Learner
|
||||
void learn(Position& pos, std::istringstream& is);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif // ifndef _LEARN_H_
|
||||
|
||||
Reference in New Issue
Block a user