summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit.hs
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-05-13 19:13:19 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-06-13 02:13:03 -0400
commit55b4263e1a53cc27b1da9227249bdcd20139ddc9 (patch)
tree58ecc8716985b35e8bab7d22fe26f969c43842a0 /compiler/GHC/Unit.hs
parent202728e529f2faa88731b9f4b34b2ac567eb7c95 (diff)
downloadhaskell-55b4263e1a53cc27b1da9227249bdcd20139ddc9.tar.gz
Remove ClosureUnitInfoMap
Diffstat (limited to 'compiler/GHC/Unit.hs')
-rw-r--r--compiler/GHC/Unit.hs2
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
{-