Retire approximateEval field from SplitPoint

It is not used anymore after the futility pruning
rewrite in a66f31f12.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-01-02 10:27:36 +01:00
parent 7824603549
commit 12d8f74242
2 changed files with 4 additions and 8 deletions

View File

@@ -51,7 +51,6 @@ struct SplitPoint {
int ply;
Depth depth;
volatile Value alpha, beta, bestValue, futilityValue;
Value approximateEval;
bool pvNode;
int master, slaves[THREAD_MAX];
Lock lock;