Avoid to use nullChild

Should be a non functional change, but
for some reason bench is changed.

bench: 8454456
This commit is contained in:
Marco Costalba
2014-06-06 09:58:00 +02:00
parent 08753771fc
commit ad1167c482
2 changed files with 9 additions and 7 deletions

View File

@@ -46,7 +46,6 @@ struct Stack {
Depth reduction;
Value staticEval;
bool skipNullMove;
bool nullChild;
};