1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 08:13:08 +00: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:
Marco Costalba 2010-08-25 00:20:53 +01:00
parent c7a932bc74
commit eb4858256b

View file

@ -47,8 +47,6 @@ class Position;
struct EvalInfo { struct EvalInfo {
EvalInfo() { margin[WHITE] = margin[BLACK] = VALUE_ZERO; }
// Middle game and endgame evaluations // Middle game and endgame evaluations
Score value; Score value;