summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs
diff options
context:
space:
mode:
authorromes <rodrigo.m.mesquita@gmail.com>2022-03-18 15:49:19 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-03-19 07:37:36 -0400
commitd45bb70178e044bc8b6e8215da7bc8ed0c95f2cb (patch)
tree2cc4d77fc4bdf1745551f5f01beab50ea08c1ab0 /compiler/GHC/Hs
parentd1c03719277c2eda9ee9f4b45c62fa954b609b8e (diff)
downloadhaskell-d45bb70178e044bc8b6e8215da7bc8ed0c95f2cb.tar.gz
Remove dead code HsDoRn
Diffstat (limited to 'compiler/GHC/Hs')
-rw-r--r--compiler/GHC/Hs/Expr.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Hs/Expr.hs b/compiler/GHC/Hs/Expr.hs
index c14a23f794..accdd189ec 100644
--- a/compiler/GHC/Hs/Expr.hs
+++ b/compiler/GHC/Hs/Expr.hs
@@ -183,8 +183,6 @@ data HsWrap hs_syn = HsWrap HsWrapper -- the wrapper
deriving instance (Data (hs_syn GhcTc), Typeable hs_syn) => Data (HsWrap hs_syn)
-type instance HsDoRn (GhcPass _) = GhcRn
-
-- ---------------------------------------------------------------------
{-