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
1 changed file:
Changes:
| ... | ... | @@ -1301,7 +1301,6 @@ dynCompileExpr expr = do |
| 1301 | 1301 | |
| 1302 | 1302 | showModule :: GhcMonad m => ModuleNodeInfo -> m String
|
| 1303 | 1303 | showModule mni = do
|
| 1304 | - let mod = moduleNodeInfoModule mni
|
|
| 1305 | 1304 | withSession $ \hsc_env -> do
|
| 1306 | 1305 | let dflags = hsc_dflags hsc_env
|
| 1307 | 1306 | return (showSDoc dflags $ showModMsg dflags (ModuleNode [] mni))
|