X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FBinary.hs;h=4d82deb782469588cf1beb47d1bf96e3a1291b62;hb=4edf8929c0007b6626c32e382a337afc2c8a75ab;hp=076ae166402a11affa9abf1d85c79780d10fe7c0;hpb=526c3af1dc98987b6949f4df73c0debccf9875bd;p=ghc-hetmet.git diff --git a/compiler/utils/Binary.hs b/compiler/utils/Binary.hs index 076ae16..4d82deb 100644 --- a/compiler/utils/Binary.hs +++ b/compiler/utils/Binary.hs @@ -62,7 +62,6 @@ import FastString import Panic import UniqFM import FastMutInt -import Util import Fingerprint import Foreign @@ -257,7 +256,7 @@ expandBin (BinMem _ _ sz_r arr_r) off = do copyBytes new old sz writeFastMutInt sz_r sz' writeIORef arr_r arr' - when debugIsOn $ + when False $ -- disabled hPutStrLn stderr ("Binary: expanding to size: " ++ show sz') return () expandBin (BinIO _ _ _) _ = return ()