Retire refine_eval()

Inline its content and better comment what it does through
some renaming.

No functional change.
This commit is contained in:
Marco Costalba
2012-10-22 09:50:00 +02:00
parent 5fc8b27db9
commit 70b1b79264
3 changed files with 36 additions and 49 deletions

View File

@@ -44,7 +44,7 @@ struct Stack {
Move excludedMove;
Move killers[2];
Depth reduction;
Value eval;
Value staticEval;
Value evalMargin;
int skipNullMove;
};