mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Assorted trivial cleanups 5/2019
No functional change. bench: 4178282
This commit is contained in:
+1
-1
@@ -42,8 +42,8 @@ int main(int argc, char* argv[]) {
|
||||
Bitboards::init();
|
||||
Position::init();
|
||||
Bitbases::init();
|
||||
Search::init();
|
||||
Endgames::init();
|
||||
Search::init();
|
||||
Threads.set(Options["Threads"]);
|
||||
Search::clear(); // After threads are up
|
||||
|
||||
|
||||
Reference in New Issue
Block a user