]> git.sesse.net Git - stockfish/commit - src/main.cpp
Don't disable IO buffering at startup
authorMarco Costalba <mcostalba@gmail.com>
Sat, 3 Dec 2011 09:54:44 +0000 (10:54 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 3 Dec 2011 09:54:44 +0000 (10:54 +0100)
commitefd21679980dfd59320a5e238f44952873353829
treeb70c34868244a5ddf6c8cd3905cc89f857dcacb3
parent348f8241041a26cd9458beb8098306099f44a46a
Don't disable IO buffering at startup

It was never clear to me why we needed this trick, and now
that we rely only on C++ std::getline() and std::cout for
input / output it is even more a mistery what this code does.

So disable it and wait to see if someone screams ;-)

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/main.cpp