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,8 +1,6 @@
|
||||
#ifndef _EVALUATE_COMMON_H_
|
||||
#define _EVALUATE_COMMON_H_
|
||||
|
||||
#if defined(EVAL_LEARN)
|
||||
|
||||
// A common header-like function for modern evaluation functions.
|
||||
|
||||
#include <string>
|
||||
@@ -21,6 +19,4 @@ namespace Eval
|
||||
double get_eta();
|
||||
}
|
||||
|
||||
#endif // defined(EVAL_LEARN)
|
||||
|
||||
#endif // _EVALUATE_KPPT_COMMON_H_
|
||||
|
||||
Reference in New Issue
Block a user