[Git][ghc/ghc][wip/keepAlive-optionB] Drop redundant import
Ben Gamari
gitlab at gitlab.haskell.org
Thu Sep 10 00:08:09 UTC 2020
Ben Gamari pushed to branch wip/keepAlive-optionB at Glasgow Haskell Compiler / GHC
Commits:
ef969940 by GHC GitLab CI at 2020-09-10T00:08:01+00:00
Drop redundant import
- - - - -
1 changed file:
- libraries/base/GHC/ForeignPtr.hs
Changes:
=====================================
libraries/base/GHC/ForeignPtr.hs
=====================================
@@ -61,7 +61,6 @@ import GHC.Base
import GHC.IORef
import GHC.STRef ( STRef(..) )
import GHC.Ptr ( Ptr(..), FunPtr(..) )
-import GHC.Prim ( keepAlive# )
import Unsafe.Coerce ( unsafeCoerce, unsafeCoerceUnlifted )
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ef969940fbceddabb35a0d6055a991462fe7c608
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ef969940fbceddabb35a0d6055a991462fe7c608
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/20200909/4bc99eb9/attachment.html>
More information about the ghc-commits
mailing list