[Git][ghc/ghc][wip/mpickering/get-link-deps] unused
Rodrigo Mesquita (@alt-romes)
gitlab at gitlab.haskell.org
Sat Dec 21 14:24:28 UTC 2024
Rodrigo Mesquita pushed to branch wip/mpickering/get-link-deps at Glasgow Haskell Compiler / GHC
Commits:
a94d1346 by Rodrigo Mesquita at 2024-12-21T14:24:07+00:00
unused
- - - - -
1 changed file:
- compiler/GHC/Iface/Load.hs
Changes:
=====================================
compiler/GHC/Iface/Load.hs
=====================================
@@ -502,7 +502,6 @@ loadInterface doc_str mod from
-- Check whether we have the interface already
; hsc_env <- getTopEnv
- ; eps <- liftIO $ hscEPS hsc_env
; let mhome_unit = ue_homeUnit (hsc_unit_env hsc_env)
; case lookupIfaceByModule hug (eps_PIT eps) mod of {
Just iface
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a94d13464b40902fca6fc36b97dc0d7a6654bc94
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a94d13464b40902fca6fc36b97dc0d7a6654bc94
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241221/b8b9c996/attachment.html>
More information about the ghc-commits
mailing list