diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2018-12-13 23:37:04 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2018-12-13 23:38:14 +0000 |
commit | 80ccee2367952ca634adf58c42bca0b53cedd803 (patch) | |
tree | 7547e0191df19007c64d90ed5463ba2a217c332f /compiler/stranal | |
parent | f899b3892a8c1ce130d6f3f952045fc758099501 (diff) | |
download | haskell-80ccee2367952ca634adf58c42bca0b53cedd803.tar.gz |
Remove another unused import from WwLib
Diffstat (limited to 'compiler/stranal')
-rw-r--r-- | compiler/stranal/WwLib.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stranal/WwLib.hs b/compiler/stranal/WwLib.hs index a62ed16294..902adbfd90 100644 --- a/compiler/stranal/WwLib.hs +++ b/compiler/stranal/WwLib.hs @@ -18,7 +18,7 @@ import GhcPrelude import CoreSyn import CoreUtils ( exprType, mkCast ) import Id -import IdInfo ( JoinArity, vanillaIdInfo ) +import IdInfo ( JoinArity ) import DataCon import Demand import MkCore ( mkAbsentErrorApp, mkCoreUbxTup |