]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Remove TranspositionTable::overwrites variable
[stockfish] / src / search.cpp
index 367368b738e0493a8ae0ac635ed693421ce77f5c..e38f4021d135a424da33225739ac28f775139e46 100644 (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?