Revert "Pass evalMargin through SearchStack as eval"

Restore full no functional change also in Faked Split mode.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-10-16 11:54:44 +01:00
parent 141caf1d5b
commit 3b7bf34b02
2 changed files with 11 additions and 12 deletions

View File

@@ -57,7 +57,6 @@ struct SearchStack {
Move killers[2];
Depth reduction;
Value eval;
Value evalMargin;
bool skipNullMove;
SplitPoint* sp;
};