X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Frename%2FRnEnv.lhs;h=c6d50520426f3741a1e313cec8758b198d8fc962;hb=85f969a6585c06168645114d9524e7169dbc6e32;hp=2f5743a67a85b45830bd517bb7dfefbe906c0724;hpb=026de54b89f5018c9a29ac3494686cd86ea845df;p=ghc-hetmet.git diff --git a/compiler/rename/RnEnv.lhs b/compiler/rename/RnEnv.lhs index 2f5743a..c6d5052 100644 --- a/compiler/rename/RnEnv.lhs +++ b/compiler/rename/RnEnv.lhs @@ -651,7 +651,6 @@ type MiniFixityEnv = FastStringEnv (Located Fixity) -------------------------------- -- Used for nested fixity decls to bind names along with their fixities. -- the fixities are given as a UFM from an OccName's FastString to a fixity decl --- Also check for unused binders bindLocalNamesFV_WithFixities :: [Name] -> MiniFixityEnv -> RnM (a, FreeVars) -> RnM (a, FreeVars)