diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-09-13 22:16:37 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-09-13 22:16:37 +0100 |
commit | 6e1107b15d4e81f636bc62adb3be09da5fe81d28 (patch) | |
tree | a63141cfd417d41df257702f9e7a6eff48d00271 /includes/HaskellConstants.hs | |
parent | a7a91cdc9323eee09fd6f83e93e0b9e3549a99cc (diff) | |
download | haskell-6e1107b15d4e81f636bc62adb3be09da5fe81d28.tar.gz |
Remove some unused HaskellConstants entries
Diffstat (limited to 'includes/HaskellConstants.hs')
-rw-r--r-- | includes/HaskellConstants.hs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/includes/HaskellConstants.hs b/includes/HaskellConstants.hs index 6f2c4a16fe..9abe717e45 100644 --- a/includes/HaskellConstants.hs +++ b/includes/HaskellConstants.hs @@ -34,16 +34,6 @@ mAX_CONTEXT_REDUCTION_DEPTH :: Int mAX_CONTEXT_REDUCTION_DEPTH = 200 -- Increase to 200; see Trac #5395 --- specialised fun/thunk/constr closure types -mAX_SPEC_THUNK_SIZE :: Int -mAX_SPEC_THUNK_SIZE = MAX_SPEC_THUNK_SIZE - -mAX_SPEC_FUN_SIZE :: Int -mAX_SPEC_FUN_SIZE = MAX_SPEC_FUN_SIZE - -mAX_SPEC_CONSTR_SIZE :: Int -mAX_SPEC_CONSTR_SIZE = MAX_SPEC_CONSTR_SIZE - -- pre-compiled thunk types mAX_SPEC_SELECTEE_SIZE :: Int mAX_SPEC_SELECTEE_SIZE = MAX_SPEC_SELECTEE_SIZE @@ -112,9 +102,6 @@ dOUBLE_SIZE = SIZEOF_DOUBLE wORD64_SIZE :: Int wORD64_SIZE = 8 -iNT64_SIZE :: Int -iNT64_SIZE = wORD64_SIZE - -- This tells the native code generator the size of the spill -- area is has available. |