summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2021-06-02 17:44:18 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-07-01 03:30:36 -0400
commit6f097a8161dfc97be007b83fccbdb71350d786b1 (patch)
treea6c20564addfb5c835618270ceaea30b25f806e0 /compiler/GHC/Unit
parentb51b4b9777d49bef5f0a1f6dcbf12ddbcfd9ef59 (diff)
downloadhaskell-6f097a8161dfc97be007b83fccbdb71350d786b1.tar.gz
Remove useless .hs-boot
Diffstat (limited to 'compiler/GHC/Unit')
-rw-r--r--compiler/GHC/Unit/Finder/Types.hs1
-rw-r--r--compiler/GHC/Unit/State.hs-boot12
2 files changed, 0 insertions, 13 deletions
diff --git a/compiler/GHC/Unit/Finder/Types.hs b/compiler/GHC/Unit/Finder/Types.hs
index c48b7d9789..d589cacbba 100644
--- a/compiler/GHC/Unit/Finder/Types.hs
+++ b/compiler/GHC/Unit/Finder/Types.hs
@@ -8,7 +8,6 @@ where
import GHC.Prelude
import GHC.Unit
-import GHC.Unit.State
import qualified Data.Map as M
import GHC.Fingerprint
diff --git a/compiler/GHC/Unit/State.hs-boot b/compiler/GHC/Unit/State.hs-boot
deleted file mode 100644
index 3d06269654..0000000000
--- a/compiler/GHC/Unit/State.hs-boot
+++ /dev/null
@@ -1,12 +0,0 @@
-module GHC.Unit.State where
-
-import {-# SOURCE #-} GHC.Utils.Outputable
-import {-# SOURCE #-} GHC.Unit.Types (UnitId,Unit)
-
-data UnitState
-data UnitDatabase unit
-
-emptyUnitState :: UnitState
-pprUnitIdForUser :: UnitState -> UnitId -> SDoc
-pprWithUnitState :: UnitState -> SDoc -> SDoc
-unwireUnit :: UnitState -> Unit-> Unit