Don't store Thread info in Position

But use the newly introduced local storage
for this. A good code semplification and also
the correct way to go.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2012-04-06 13:46:53 +01:00
parent 699f700162
commit e1919384a2
9 changed files with 48 additions and 63 deletions

View File

@@ -107,7 +107,7 @@ void benchmark(istringstream& is) {
for (size_t i = 0; i < fens.size(); i++)
{
Position pos(fens[i], false, NULL);
Position pos(fens[i], false);
cerr << "\nPosition: " << i + 1 << '/' << fens.size() << endl;