aboutsummaryrefslogtreecommitdiff
path: root/src/Binary.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Binary.hs')
-rw-r--r--src/Binary.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Binary.hs b/src/Binary.hs
index eb7b9929..f3bc6477 100644
--- a/src/Binary.hs
+++ b/src/Binary.hs
@@ -105,8 +105,6 @@ import GHC.Word ( Word8(..) )
-- openFileEx is available from the lang package, but we want to
-- be independent of hslibs libraries.
import GHC.Handle ( openFileEx, IOModeEx(..) )
-#else
-import System.IO ( openBinaryFile )
#endif
#endif