diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-07-21 00:17:27 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-07-21 00:17:27 -0400 |
commit | f2a305b5944eac0cfd9136bf7b0de78f983070b6 (patch) | |
tree | c02a2f535a691cee006867c85ca073357aa96839 /compiler/nativeGen | |
parent | 8ed5a85e0a62158b287164b6b83adb58cfe789fd (diff) | |
download | haskell-f2a305b5944eac0cfd9136bf7b0de78f983070b6.tar.gz |
nativeGen: Clean up warning
Diffstat (limited to 'compiler/nativeGen')
-rw-r--r-- | compiler/nativeGen/AsmCodeGen.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/nativeGen/AsmCodeGen.hs b/compiler/nativeGen/AsmCodeGen.hs index e791b86054..11bd8a1d68 100644 --- a/compiler/nativeGen/AsmCodeGen.hs +++ b/compiler/nativeGen/AsmCodeGen.hs @@ -98,7 +98,6 @@ import Data.Maybe import Data.Ord ( comparing ) import Control.Exception import Control.Monad -import System.IO import System.IO (Handle) {- |