projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Retire eval margin and gains
[stockfish]
/
src
/
search.h
diff --git
a/src/search.h
b/src/search.h
index e2a136062c689a79695b4c725719f7c9cb562bdc..bc841923f5f95c26fbdddf9a0f8e019db09b184d 100644
(file)
--- a/
src/search.h
+++ b/
src/search.h
@@
-45,7
+45,6
@@
struct Stack {
Move killers[2];
Depth reduction;
Value staticEval;
- Value evalMargin;
int skipNullMove;
int futilityMoveCount;
};