summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Prott <kai.prott@hotmail.de>2021-11-23 15:41:03 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-26 16:01:47 -0500
commit51bcb986f786229df6b5ff3726570eba74fcb9d0 (patch)
treed8b2882ad344a700676b3eea35bf4c04fb756666
parent0c8e1b4db3bee70cbd06251f6410106a870ddbe2 (diff)
downloadhaskell-51bcb986f786229df6b5ff3726570eba74fcb9d0.tar.gz
Remove duplicate import
-rw-r--r--compiler/GHC/Runtime/Loader.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Runtime/Loader.hs b/compiler/GHC/Runtime/Loader.hs
index f413cb0270..add12792c7 100644
--- a/compiler/GHC/Runtime/Loader.hs
+++ b/compiler/GHC/Runtime/Loader.hs
@@ -50,7 +50,6 @@ import GHC.Types.Name.Reader ( RdrName, ImportSpec(..), ImpDeclSpec(..)
, ImpItemSpec(..), mkGlobalRdrEnv, lookupGRE_RdrName
, greMangledName, mkRdrQual )
-import GHC.Unit.Env (UnitEnv(..))
import GHC.Unit.Finder ( findPluginModule, FindResult(..) )
import GHC.Driver.Config.Finder ( initFinderOpts )
import GHC.Unit.Module ( Module, ModuleName )