]> git.sesse.net Git - stockfish/commitdiff
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)
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>

No differences found