mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
We don't need EvalInfo c'tor anymore
We know always get complete info from TT, so this code is obsolete. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -47,8 +47,6 @@ class Position;
|
||||
|
||||
struct EvalInfo {
|
||||
|
||||
EvalInfo() { margin[WHITE] = margin[BLACK] = VALUE_ZERO; }
|
||||
|
||||
// Middle game and endgame evaluations
|
||||
Score value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user