summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Binds.hs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-03-13 18:39:10 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-03-14 19:36:04 -0400
commit1de3ab4a147eeb0b34b24a3c0e91f174e6e5cb79 (patch)
tree548bcaaeaa701e5b11d6dedf1f89509a031d3360 /compiler/GHC/Hs/Binds.hs
parent49e9d7395a13584f15798bce1601b8d3a6633f11 (diff)
downloadhaskell-1de3ab4a147eeb0b34b24a3c0e91f174e6e5cb79.tar.gz
Remove unused field var_inline (#17915)
Diffstat (limited to 'compiler/GHC/Hs/Binds.hs')
-rw-r--r--compiler/GHC/Hs/Binds.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/GHC/Hs/Binds.hs b/compiler/GHC/Hs/Binds.hs
index 6fabd4e748..3c815821f5 100644
--- a/compiler/GHC/Hs/Binds.hs
+++ b/compiler/GHC/Hs/Binds.hs
@@ -276,9 +276,7 @@ data HsBindLR idL idR
| VarBind {
var_ext :: XVarBind idL idR,
var_id :: IdP idL,
- var_rhs :: LHsExpr idR, -- ^ Located only for consistency
- var_inline :: Bool -- ^ True <=> inline this binding regardless
- -- (used for implication constraints only)
+ var_rhs :: LHsExpr idR -- ^ Located only for consistency
}
-- | Abstraction Bindings