summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-05-22 10:44:38 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-05-24 01:56:42 -0400
commit01c43634d443bd3cc0b95b43a7180e12230b845d (patch)
tree91f5880aef55a12972b030a2acd7a684c88bd840
parent66bd24d197251b9907cbffba3d5d8a3f5e3c2e80 (diff)
downloadhaskell-01c43634d443bd3cc0b95b43a7180e12230b845d.tar.gz
Remove unused hs-boot file
-rw-r--r--compiler/GHC/Builtin/Names.hs-boot7
-rw-r--r--compiler/GHC/Driver/Session.hs2
2 files changed, 1 insertions, 8 deletions
diff --git a/compiler/GHC/Builtin/Names.hs-boot b/compiler/GHC/Builtin/Names.hs-boot
deleted file mode 100644
index da448e09e4..0000000000
--- a/compiler/GHC/Builtin/Names.hs-boot
+++ /dev/null
@@ -1,7 +0,0 @@
-module GHC.Builtin.Names where
-
-import GHC.Unit.Module
-import GHC.Types.Unique
-
-mAIN :: Module
-liftedTypeKindTyConKey :: Unique
diff --git a/compiler/GHC/Driver/Session.hs b/compiler/GHC/Driver/Session.hs
index 15aeeb4800..29d72bb02d 100644
--- a/compiler/GHC/Driver/Session.hs
+++ b/compiler/GHC/Driver/Session.hs
@@ -246,7 +246,7 @@ import GHC.Unit.Parser
import GHC.Unit.Module
import {-# SOURCE #-} GHC.Driver.Plugins
import {-# SOURCE #-} GHC.Driver.Hooks
-import {-# SOURCE #-} GHC.Builtin.Names ( mAIN )
+import GHC.Builtin.Names ( mAIN )
import {-# SOURCE #-} GHC.Unit.State (PackageState, emptyPackageState, PackageDatabase, mkIndefUnitId, updateIndefUnitId)
import GHC.Driver.Phases ( Phase(..), phaseInputExt )
import GHC.Driver.Flags