X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=40081e8d0c24f7db6a31133f0713717c38f92066;hp=57656f62fcacdd3b9003d304e8da7159caf45c3e;hb=3804effb341b3008326a1613923177eb83d02826;hpb=4a7b8180ecaef7d164fa53a1d545372df1173596 diff --git a/src/main.cpp b/src/main.cpp index 57656f62..40081e8d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,7 +42,6 @@ int main(int argc, char* argv[]) { Bitboards::init(); Position::init(); Bitbases::init(); - Search::init(); Endgames::init(); Threads.set(Options["Threads"]); Search::clear(); // After threads are up