diff options
author | jneira <atreyu.bbb@gmail.com> | 2020-05-03 22:57:50 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-05-04 13:20:37 -0400 |
commit | b9f7c08ff5aa71b7673c8136b897e6f29de01330 (patch) | |
tree | c351e186497a58fc2850ba66053e72d964bad125 | |
parent | 30272412fa437ab8e7a8035db94a278e10513413 (diff) | |
download | haskell-b9f7c08ff5aa71b7673c8136b897e6f29de01330.tar.gz |
Remove unused hs-boot file
-rw-r--r-- | compiler/GHC/Unit/Module/Env.hs-boot | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/GHC/Unit/Module/Env.hs-boot b/compiler/GHC/Unit/Module/Env.hs-boot deleted file mode 100644 index 657f55490c..0000000000 --- a/compiler/GHC/Unit/Module/Env.hs-boot +++ /dev/null @@ -1,6 +0,0 @@ -module GHC.Unit.Module.Env where - -import GhcPrelude () -import GHC.Types.Unique.FM - -type ModuleNameEnv elt = UniqFM elt |