X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=1a8309700555bfd61ef916fad97619d48d50386f;hp=fcb7e40c25118bf81f35a2361fd77d4d69840d33;hb=b5f6c2241b3ad688fb85ea8203a9254aff842f07;hpb=a77a3b723f1cb7ddcb9313888d779b48551e0501 diff --git a/src/main.cpp b/src/main.cpp index fcb7e40c..1a830970 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,7 +17,6 @@ along with this program. If not, see . */ -#include #include #include @@ -36,9 +35,6 @@ extern void kpk_bitbase_init(); int main(int argc, char* argv[]) { - // Disable output buffering: printf() does not work correctly otherwise - setvbuf(stdout, NULL, _IONBF, 0); - bitboards_init(); Position::init(); kpk_bitbase_init();