mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Temporary revert "Expose EvalInfo struct to search"
It is not needed for the release and introduces a slowdown, although very small. Probably it will be readded after the release. No functional change.
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
|
||||
#include "evaluate.h"
|
||||
#include "misc.h"
|
||||
#include "position.h"
|
||||
#include "types.h"
|
||||
@@ -49,7 +48,6 @@ struct Stack {
|
||||
Value evalMargin;
|
||||
int skipNullMove;
|
||||
int futilityMoveCount;
|
||||
Eval::Info ei;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user