Matthew Pickering pushed to branch wip/gbc-files at Glasgow Haskell Compiler / GHC Commits: 97b1d7f0 by Matthew Pickering at 2025-09-30T12:24:14+01:00 Fix unused binding - - - - - 1 changed file: - compiler/GHC/Runtime/Eval.hs Changes: ===================================== compiler/GHC/Runtime/Eval.hs ===================================== @@ -1301,7 +1301,6 @@ dynCompileExpr expr = do showModule :: GhcMonad m => ModuleNodeInfo -> m String showModule mni = do - let mod = moduleNodeInfoModule mni withSession $ \hsc_env -> do let dflags = hsc_dflags hsc_env return (showSDoc dflags $ showModMsg dflags (ModuleNode [] mni)) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/97b1d7f08bd7c206d613ba3a5dd1add5... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/97b1d7f08bd7c206d613ba3a5dd1add5... You're receiving this email because of your account on gitlab.haskell.org.