diff options
Diffstat (limited to 'includes/HaskellConstants.hs')
-rw-r--r-- | includes/HaskellConstants.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/HaskellConstants.hs b/includes/HaskellConstants.hs index dfef14e48f..6f2c4a16fe 100644 --- a/includes/HaskellConstants.hs +++ b/includes/HaskellConstants.hs @@ -200,8 +200,3 @@ bLOCKS_PER_MBLOCK = BLOCKS_PER_MBLOCK bITMAP_BITS_SHIFT :: Int bITMAP_BITS_SHIFT = BITMAP_BITS_SHIFT --- Constants derived from headers in ghc/includes, generated by the program --- ../includes/mkDerivedConstants.c. - -#include "../includes/dist-derivedconstants/header/GHCConstants.h" - |