X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FConstants.lhs;h=0e6a17962e82af99c237e237d0af7328e1e38294;hb=7d7df883026588cbcd40c57319d6cc268810408d;hp=f52c4838714e4826693628ae98ef8c10c75638b7;hpb=b5d665b2a708a85b8aa6b66a4edaaed0011ddec7;p=ghc-hetmet.git diff --git a/ghc/compiler/main/Constants.lhs b/ghc/compiler/main/Constants.lhs index f52c483..0e6a179 100644 --- a/ghc/compiler/main/Constants.lhs +++ b/ghc/compiler/main/Constants.lhs @@ -39,7 +39,6 @@ module Constants ( uF_RET, uF_SU, uF_UPDATEE, - uF_CCS, sEQ_FRAME_SIZE, sCC_SEQ_FRAME_SIZE, @@ -159,7 +158,6 @@ gRAN_UF_SIZE = (GRAN_UF_SIZE::Int) uF_RET = (UF_RET::Int) uF_SU = (UF_SU::Int) uF_UPDATEE = (UF_UPDATEE::Int) -uF_CCS = (UF_CCS::Int) \end{code} Seq frame sizes.