summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjneira <atreyu.bbb@gmail.com>2020-05-03 22:57:50 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-05-04 13:20:37 -0400
commitb9f7c08ff5aa71b7673c8136b897e6f29de01330 (patch)
treec351e186497a58fc2850ba66053e72d964bad125
parent30272412fa437ab8e7a8035db94a278e10513413 (diff)
downloadhaskell-b9f7c08ff5aa71b7673c8136b897e6f29de01330.tar.gz
Remove unused hs-boot file
-rw-r--r--compiler/GHC/Unit/Module/Env.hs-boot6
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