don't make stdin unbuffered

This commit is contained in:
darkf 2013-11-08 01:43:11 -08:00
parent 8ce39fa0e7
commit 0651f34dce
1 changed files with 0 additions and 2 deletions

View File

@ -417,8 +417,6 @@ initIO :: IO ()
initIO = do
hSetBinaryMode stdin True
hSetBinaryMode stdout True
hSetBuffering stdin NoBuffering
hSetBuffering stdout NoBuffering
-- Takes an interpreter state and evaluates it with the empty initial state.