diff options
Diffstat (limited to 'utils/deriveConstants/Main.hs')
-rw-r--r-- | utils/deriveConstants/Main.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs index e5f14e1eab..84de914e08 100644 --- a/utils/deriveConstants/Main.hs +++ b/utils/deriveConstants/Main.hs @@ -489,15 +489,8 @@ wanteds os = concat ,closureSize C "StgAtomicallyFrame" ,closureField C "StgAtomicallyFrame" "code" - ,closureField C "StgAtomicallyFrame" "next_invariant_to_check" ,closureField C "StgAtomicallyFrame" "result" - ,closureField C "StgInvariantCheckQueue" "invariant" - ,closureField C "StgInvariantCheckQueue" "my_execution" - ,closureField C "StgInvariantCheckQueue" "next_queue_entry" - - ,closureField C "StgAtomicInvariant" "code" - ,closureField C "StgTRecHeader" "enclosing_trec" ,closureSize C "StgCatchSTMFrame" |