move sanity checking code from Storage.c to Sanity.c
[ghc-hetmet.git] / rts / sm / Storage.h
index 30bdf54..f810a85 100644 (file)
@@ -143,9 +143,7 @@ HsInt64 getAllocations (void);
 
 #if defined(DEBUG)
 void    memInventory       (rtsBool show);
-void    checkSanity        (void);
 nat     countBlocks        (bdescr *);
-void    checkNurserySanity (step *stp);
 #endif
 
 /* ----------------------------------------------------------------------------