X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Frts%2FBlockAlloc.h;fp=ghc%2Frts%2FBlockAlloc.h;h=0000000000000000000000000000000000000000;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hp=1472ac6f76be5de28af1cf9f45c702ecc4ad3b6a;hpb=28a464a75e14cece5db40f2765a29348273ff2d2;p=ghc-hetmet.git diff --git a/ghc/rts/BlockAlloc.h b/ghc/rts/BlockAlloc.h deleted file mode 100644 index 1472ac6..0000000 --- a/ghc/rts/BlockAlloc.h +++ /dev/null @@ -1,19 +0,0 @@ -/* ----------------------------------------------------------------------------- - * - * (c) The GHC Team, 1998-1999 - * - * Block Allocator Interface - * - * ---------------------------------------------------------------------------*/ - -#ifndef BLOCK_ALLOC_H -#define BLOCK_ALLOC_H - -/* Debugging -------------------------------------------------------------- */ - -#ifdef DEBUG -extern void checkFreeListSanity(void); -nat countFreeList(void); -#endif - -#endif /* BLOCK_ALLOC_H */