[commit: ghc] master: Remove some unused HaskellConstants entries (6e1107b)
Ian Lynagh
igloo at earth.li
Fri Sep 14 18:25:41 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6e1107b15d4e81f636bc62adb3be09da5fe81d28
>---------------------------------------------------------------
commit 6e1107b15d4e81f636bc62adb3be09da5fe81d28
Author: Ian Lynagh <ian at well-typed.com>
Date: Thu Sep 13 22:16:37 2012 +0100
Remove some unused HaskellConstants entries
>---------------------------------------------------------------
includes/HaskellConstants.hs | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/includes/HaskellConstants.hs b/includes/HaskellConstants.hs
index 6f2c4a1..9abe717 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.
More information about the Cvs-ghc
mailing list