[Git][ghc/ghc][wip/ghc-debug] Delete unused function
Sven Tennie
gitlab at gitlab.haskell.org
Sat Aug 15 13:47:07 UTC 2020
Sven Tennie pushed to branch wip/ghc-debug at Glasgow Haskell Compiler / GHC
Commits:
09c4be79 by Sven Tennie at 2020-08-15T15:46:59+02:00
Delete unused function
- - - - -
1 changed file:
- libraries/ghc-heap/GHC/Exts/Heap.hs
Changes:
=====================================
libraries/ghc-heap/GHC/Exts/Heap.hs
=====================================
@@ -401,6 +401,3 @@ getClosureX get_closure_raw x = do
-- | Like 'getClosureDataX', but taking a 'Box', so it is easier to work with.
getBoxedClosureData :: Box -> IO Closure
getBoxedClosureData (Box a) = getClosureData a
-
-unpackPtr :: Ptr a -> Addr#
-unpackPtr (Ptr addr) = addr
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/09c4be79f581c9505af7272966a41b586ad741d7
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/09c4be79f581c9505af7272966a41b586ad741d7
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/20200815/a0deeb29/attachment.html>
More information about the ghc-commits
mailing list