[Git][ghc/ghc][wip/T23162-part2] Wibble unused variables
Simon Peyton Jones pushed to branch wip/T23162-part2 at Glasgow Haskell Compiler / GHC Commits: 435c7237 by Simon Peyton Jones at 2025-12-19T08:16:59+00:00 Wibble unused variables - - - - - 1 changed file: - compiler/GHC/Tc/Errors/Ppr.hs Changes: ===================================== compiler/GHC/Tc/Errors/Ppr.hs ===================================== @@ -4202,7 +4202,7 @@ pprTcSolverReportMsg _ (AmbiguityPreventsSolvingCt item ambigs) = pprArising (errorItemCtLoc item) $$ text "prevents the constraint" <+> quotes (pprParendType $ errorItemPred item) <+> text "from being solved." -pprTcSolverReportMsg ctxt@(CEC {cec_encl = implics}) +pprTcSolverReportMsg ctxt (CannotResolveInstance item unifiers candidates rel_binds mb_HasField_msg) = pprWithInvisibleBits invis_bits $ vcat @@ -4370,7 +4370,6 @@ pprTcSolverReportMsg ctxt (OverlappingInstances item matches unifiers) = ])] where ct_loc = errorItemCtLoc item - orig = ctLocOrigin ct_loc pred = errorItemPred item (clas, tys) = getClassPredTys pred tyCoVars = tyCoVarsOfTypesList tys View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/435c72375862a317cf386a52d643f4d1... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/435c72375862a317cf386a52d643f4d1... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)