diff options
author | Brian Foley <bpfoley@google.com> | 2020-05-04 11:49:21 -0700 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-05-08 15:29:25 -0400 |
commit | 6f6d72b2c382860a5f7a08779b2405da8473814c (patch) | |
tree | 964bb8c790b674bb9db648695f9d6dd4dfb99897 /compiler/GHC/Plugins.hs | |
parent | 9afd92512b41cf6c6de3a17b474d8d4bb01158c3 (diff) | |
download | haskell-6f6d72b2c382860a5f7a08779b2405da8473814c.tar.gz |
Remove further dead code found by a simple Python script.
Avoid removing some functions that are part of an API even
though they're not used in-tree at the moment.
Diffstat (limited to 'compiler/GHC/Plugins.hs')
-rw-r--r-- | compiler/GHC/Plugins.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Plugins.hs b/compiler/GHC/Plugins.hs index 61fcb6fd3b..6f7356cc18 100644 --- a/compiler/GHC/Plugins.hs +++ b/compiler/GHC/Plugins.hs @@ -93,7 +93,7 @@ import GHC.Core.Coercion hiding {- conflict with GHC.Core.Subst -} import GHC.Core.TyCon import GHC.Builtin.Types import GHC.Driver.Types -import GHC.Types.Basic hiding ( Version {- conflicts with Packages.Version -} ) +import GHC.Types.Basic -- Collections and maps import GHC.Types.Var.Set |