]> git.sesse.net Git - stockfish/blobdiff - src/main.cpp
Cleanup debug counters
[stockfish] / src / main.cpp
index e67adc69bb647a190b74bd4e788bab66f364c568..02f2b87d92f00a7046c335b7d42cfbb41bd5de57 100644 (file)
@@ -55,7 +55,6 @@ int main(int argc, char* argv[]) {
   Position::init_piece_square_tables();
   init_eval(1);
   init_kpk_bitbase();
-  init_search();
   init_threads();
 
 #ifdef USE_CALLGRIND
@@ -65,7 +64,7 @@ int main(int argc, char* argv[]) {
   if (argc < 2)
   {
       // Print copyright notice
-      cout << engine_name() << " by " << engine_author() << endl;
+      cout << engine_name() << " by " << engine_authors() << endl;
 
       if (CpuHasPOPCNT)
           cout << "Good! CPU has hardware POPCNT." << endl;