summaryrefslogtreecommitdiff
path: root/compiler/hieFile/HieAst.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/hieFile/HieAst.hs')
-rw-r--r--compiler/hieFile/HieAst.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/compiler/hieFile/HieAst.hs b/compiler/hieFile/HieAst.hs
index 2ab2acbe3f..d86077ea27 100644
--- a/compiler/hieFile/HieAst.hs
+++ b/compiler/hieFile/HieAst.hs
@@ -870,18 +870,6 @@ instance ( a ~ GhcPass p
HsSpliceE _ x ->
[ toHie $ L mspan x
]
- EWildPat _ -> []
- EAsPat _ a b ->
- [ toHie $ C Use a
- , toHie b
- ]
- EViewPat _ a b ->
- [ toHie a
- , toHie b
- ]
- ELazyPat _ a ->
- [ toHie a
- ]
XExpr _ -> []
instance ( a ~ GhcPass p