Avoid to use nullChild

Use instead:

(ss-1)->currentMove == MOVE_NULL

No functional change.
This commit is contained in:
Marco Costalba
2014-06-06 11:12:05 +02:00
parent d10ae90dea
commit 7f56d2949d
2 changed files with 8 additions and 6 deletions

View File

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