[project @ 1999-09-15 13:45:14 by simonmar]
[ghc-hetmet.git] / ghc / rts / ProfRts.h
index 9c438f2..870786c 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: ProfRts.h,v 1.4 1999/08/25 16:11:49 simonmar Exp $
+ * $Id: ProfRts.h,v 1.5 1999/09/15 13:45:18 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -15,8 +15,6 @@ void heap_profile_finish (void);
 void initProfiling ( void );
 void endProfiling  ( void );
 
-void heapCensus ( bdescr *bd );
-
 void PrintNewStackDecls ( void );
 
 void print_ccs (FILE *, CostCentreStack *);