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
/
evaluate.h
diff --git
a/src/evaluate.h
b/src/evaluate.h
index 2234a4a0f9078e3e5abf1230825be03659040b75..ae9b6e79571c49dabc654248a30f2ec258f398d0 100644
(file)
--- a/
src/evaluate.h
+++ b/
src/evaluate.h
@@
-27,7
+27,7
@@
class Position;
namespace Eval {
extern void init();
-extern Value evaluate(const Position& pos
, Value& margin
);
+extern Value evaluate(const Position& pos);
extern std::string trace(const Position& pos);
}