diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-05-13 19:13:19 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-06-13 02:13:03 -0400 |
commit | 55b4263e1a53cc27b1da9227249bdcd20139ddc9 (patch) | |
tree | 58ecc8716985b35e8bab7d22fe26f969c43842a0 /compiler/GHC/Unit.hs | |
parent | 202728e529f2faa88731b9f4b34b2ac567eb7c95 (diff) | |
download | haskell-55b4263e1a53cc27b1da9227249bdcd20139ddc9.tar.gz |
Remove ClosureUnitInfoMap
Diffstat (limited to 'compiler/GHC/Unit.hs')
-rw-r--r-- | compiler/GHC/Unit.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Unit.hs b/compiler/GHC/Unit.hs index 4e9710e239..c93866ed35 100644 --- a/compiler/GHC/Unit.hs +++ b/compiler/GHC/Unit.hs @@ -9,7 +9,6 @@ module GHC.Unit , module GHC.Unit.Info , module GHC.Unit.Parser , module GHC.Unit.State - , module GHC.Unit.Subst , module GHC.Unit.Module ) where @@ -18,7 +17,6 @@ import GHC.Unit.Types import GHC.Unit.Info import GHC.Unit.Parser import GHC.Unit.State -import GHC.Unit.Subst import GHC.Unit.Module {- |