Remove dcCandidates data member from SplitPoint

It is no more used now that we have CheckInfo.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-11-12 16:55:31 +01:00
parent bf395c6be1
commit 5e340346db
2 changed files with 6 additions and 8 deletions

View File

@@ -53,7 +53,6 @@ struct SplitPoint {
volatile Value alpha, beta, bestValue, futilityValue;
Value approximateEval;
bool pvNode;
Bitboard dcCandidates;
int master, slaves[THREAD_MAX];
Lock lock;
MovePicker *mp;