mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Remove conditional compilation on EVAL_LEARN
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#if defined (EVAL_LEARN)
|
||||
|
||||
#include "sfen_packer.h"
|
||||
#include "sfen_packer.h"
|
||||
|
||||
#include "packed_sfen.h"
|
||||
|
||||
@@ -402,6 +400,3 @@ namespace Learner {
|
||||
return sfen;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif // USE_SFEN_PACKER
|
||||
|
||||
Reference in New Issue
Block a user