[Git][ghc/ghc][wip/T25281] Unused imports
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Tue Oct 1 08:38:15 UTC 2024
Simon Peyton Jones pushed to branch wip/T25281 at Glasgow Haskell Compiler / GHC
Commits:
ec99f417 by Simon Peyton Jones at 2024-10-01T09:37:56+01:00
Unused imports
- - - - -
1 changed file:
- compiler/GHC/HsToCore/Expr.hs
Changes:
=====================================
compiler/GHC/HsToCore/Expr.hs
=====================================
@@ -57,7 +57,6 @@ import GHC.Driver.Session
import GHC.Types.SourceText
import GHC.Types.Name hiding (varName)
-import GHC.Types.Name.Reader( lookupGRE_FieldLabel )
import GHC.Types.CostCentre
import GHC.Types.Id
import GHC.Types.Id.Info
@@ -77,7 +76,6 @@ import GHC.Utils.Misc
import GHC.Utils.Outputable as Outputable
import GHC.Utils.Panic
import Control.Monad
-import Data.Maybe( isJust )
import qualified Data.Set as S
{-
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec99f417829f3bba5f84ffb59873df3efc8bfe51
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec99f417829f3bba5f84ffb59873df3efc8bfe51
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/20241001/9d632f39/attachment-0001.html>
More information about the ghc-commits
mailing list