summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit/State.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Unit/State.hs-boot')
-rw-r--r--compiler/GHC/Unit/State.hs-boot2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Unit/State.hs-boot b/compiler/GHC/Unit/State.hs-boot
index f03c12fac3..a3bc8fa7d6 100644
--- a/compiler/GHC/Unit/State.hs-boot
+++ b/compiler/GHC/Unit/State.hs-boot
@@ -1,6 +1,5 @@
module GHC.Unit.State where
-import GHC.Data.FastString
import {-# SOURCE #-} GHC.Utils.Outputable
import {-# SOURCE #-} GHC.Unit.Types (IndefUnitId, UnitId)
@@ -8,6 +7,5 @@ data UnitState
data UnitDatabase unit
emptyUnitState :: UnitState
-mkIndefUnitId :: UnitState -> FastString -> IndefUnitId
pprUnitIdForUser :: UnitState -> UnitId -> SDoc
updateIndefUnitId :: UnitState -> IndefUnitId -> IndefUnitId