summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Binds.hs
diff options
context:
space:
mode:
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