mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Avoid to use nullChild
Should be a non functional change, but for some reason bench is changed. bench: 8454456
This commit is contained in:
@@ -46,7 +46,6 @@ struct Stack {
|
||||
Depth reduction;
|
||||
Value staticEval;
|
||||
bool skipNullMove;
|
||||
bool nullChild;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user