]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Retire Application class
[stockfish] / src / search.cpp
index 997732131408d314efbb913b3ed87f838e6f9a87..121575f554525c6a2b13b52140a7d4d6fa2f86b6 100644 (file)
@@ -2324,7 +2324,7 @@ split_point_start: // At split points actual search starts from here
         if (!ok)
         {
             cout << "Failed to create thread number " << i << endl;
         if (!ok)
         {
             cout << "Failed to create thread number " << i << endl;
-            Application::exit_with_failure();
+            exit(EXIT_FAILURE);
         }
 
         // Wait until the thread has finished launching and is gone to sleep
         }
 
         // Wait until the thread has finished launching and is gone to sleep