summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-04-28 15:24:50 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-04-28 22:20:10 -0400
commit22cf46980ad9b57eb428e7be045a1bc198b6380d (patch)
tree7c85b09677c64ff93ae5055cbec2b9d042452031 /utils
parentd182897e738ae1fb594ddc88cc27f607266ef5d1 (diff)
downloadhaskell-22cf46980ad9b57eb428e7be045a1bc198b6380d.tar.gz
Revert "rts: Refactor handling of dead threads' stacks"
This reverts commit e09afbf2a998beea7783e3de5dce5dd3c6ff23db.
Diffstat (limited to 'utils')
-rw-r--r--utils/deriveConstants/Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs
index 1619f5588c..9a57ecf682 100644
--- a/utils/deriveConstants/Main.hs
+++ b/utils/deriveConstants/Main.hs
@@ -421,7 +421,6 @@ wanteds os = concat
,closureSize Both "StgUpdateFrame"
,closureSize C "StgCatchFrame"
,closureSize C "StgStopFrame"
- ,closureSize C "StgDeadThreadFrame"
,closureSize Both "StgMutArrPtrs"
,closureField Both "StgMutArrPtrs" "ptrs"