mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 13:17:12 +00:00
Removed ENABLE_TEST_CMD macro.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
// USI extended command for NNUE evaluation function
|
||||
|
||||
#if defined(ENABLE_TEST_CMD)
|
||||
|
||||
#include "../thread.h"
|
||||
#include "../uci.h"
|
||||
#include "evaluate_nnue.h"
|
||||
@@ -197,5 +195,3 @@ void TestCommand(Position& pos, std::istream& stream) {
|
||||
} // namespace NNUE
|
||||
|
||||
} // namespace Eval
|
||||
|
||||
#endif // defined(ENABLE_TEST_CMD)
|
||||
|
||||
Reference in New Issue
Block a user