Revert "Retire eval margin and gains"

This reverts commit ecd07e51d0.

Patch was incorrect and partial. It will be reapplied in
the correct form.

bench: 9189063
This commit is contained in:
Marco Costalba
2013-11-07 22:29:07 +01:00
parent 13d1f0ae43
commit 343544f3f7
7 changed files with 112 additions and 47 deletions

View File

@@ -27,7 +27,7 @@ class Position;
namespace Eval {
extern void init();
extern Value evaluate(const Position& pos);
extern Value evaluate(const Position& pos, Value& margin);
extern std::string trace(const Position& pos);
}