Retire mate threat extension

It seems we have a lot of totally useless code !

After 8577 games 1504 - 1451 - 5622 ELO +2 (+- 4.4)

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-04-08 07:48:05 +01:00
parent 9bee5f51d8
commit 8e71ee7ec6
5 changed files with 12 additions and 75 deletions

View File

@@ -36,7 +36,7 @@ struct SplitPoint {
SplitPoint* parent;
const Position* pos;
Depth depth;
bool pvNode, mateThreat;
bool pvNode;
Value beta;
int ply;
int master;