Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / BlockAlloc.h
diff --git a/ghc/rts/BlockAlloc.h b/ghc/rts/BlockAlloc.h
deleted file mode 100644 (file)
index 1472ac6..0000000
+++ /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 */