summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-05-22 10:44:38 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2020-05-22 10:44:38 +0100
commitea1892e64534ddada60b3e0ba2d1f1a1699e61ff (patch)
tree6c6c96fe3e8331e4d77ccb223c819eab9cb2d2f4
parent266310c300f2254dfdeb5eb2123737f765ed18f8 (diff)
downloadhaskell-wip/unused-boot-file.tar.gz
Remove unused hs-boot filewip/unused-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 ac099a61dd..67d678e116 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