mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00: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:
+1
-1
@@ -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