diff options
author | Kai Prott <kai.prott@hotmail.de> | 2021-11-23 15:41:03 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-11-26 16:01:47 -0500 |
commit | 51bcb986f786229df6b5ff3726570eba74fcb9d0 (patch) | |
tree | d8b2882ad344a700676b3eea35bf4c04fb756666 /compiler | |
parent | 0c8e1b4db3bee70cbd06251f6410106a870ddbe2 (diff) | |
download | haskell-51bcb986f786229df6b5ff3726570eba74fcb9d0.tar.gz |
Remove duplicate import
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/GHC/Runtime/Loader.hs | 1 |
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 ) |