Remove TranspositionTable::overwrites variable

Doesn't provide useful information and
can cause slowdown with many Threads.

No functional change

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Joona Kiiski
2010-07-11 20:22:30 +03:00
committed by Marco Costalba
parent 2adbb80b8b
commit 00e86078a5
3 changed files with 3 additions and 26 deletions
+2 -3
View File
@@ -738,8 +738,7 @@ namespace {
// Print final search statistics
cout << "info nodes " << TM.nodes_searched()
<< " nps " << nps()
<< " time " << current_search_time()
<< " hashfull " << TT.full() << endl;
<< " time " << current_search_time() << endl;
// Print the best move and the ponder move to the standard output
if (pv[0] == MOVE_NONE)
@@ -2154,7 +2153,7 @@ namespace {
dbg_print_hit_rate();
cout << "info nodes " << TM.nodes_searched() << " nps " << nps()
<< " time " << t << " hashfull " << TT.full() << endl;
<< " time " << t << endl;
}
// Should we stop the search?