summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Tennie <sven.tennie@gmail.com>2023-01-21 10:15:34 +0000
committerSven Tennie <sven.tennie@gmail.com>2023-01-21 10:15:34 +0000
commit466e7c01a8b54e522eba481f8d4d9ba70fe10f36 (patch)
tree268b148cfa8d81896fadcba0fdb0a8773f0a84cf
parent815de870290b0420401471ef14592d49d8360da9 (diff)
downloadhaskell-466e7c01a8b54e522eba481f8d4d9ba70fe10f36.tar.gz
Delete ToDo
-rw-r--r--libraries/ghc-heap/GHC/Exts/DecodeStack.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/ghc-heap/GHC/Exts/DecodeStack.hs b/libraries/ghc-heap/GHC/Exts/DecodeStack.hs
index 8c9de5d276..09c101bb67 100644
--- a/libraries/ghc-heap/GHC/Exts/DecodeStack.hs
+++ b/libraries/ghc-heap/GHC/Exts/DecodeStack.hs
@@ -232,9 +232,6 @@ toInt# (I# i) = i
intToWord# :: Int -> Word#
intToWord# i = int2Word# (toInt# i)
--- TODO: Is the function type below needed? (Was proposed by Ben)
--- derefStackPtr :: StackSnapshot# -> Int# -> a
-
foreign import prim "unpackClosureFromStackFramezh" unpackClosureFromStackFrame# :: StackSnapshot# -> Word# -> (# Addr#, ByteArray#, Array# b #)
foreign import prim "derefStackWordzh" derefStackWord# :: StackSnapshot# -> Word# -> Word#