Matthew Pickering pushed to branch wip/gbc-files at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Runtime/Eval.hs
    ... ... @@ -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))