mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
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:
@@ -36,7 +36,7 @@ struct SplitPoint {
|
||||
SplitPoint* parent;
|
||||
const Position* pos;
|
||||
Depth depth;
|
||||
bool pvNode, mateThreat;
|
||||
bool pvNode;
|
||||
Value beta;
|
||||
int ply;
|
||||
int master;
|
||||
|
||||
Reference in New Issue
Block a user