X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FProfRts.h;fp=ghc%2Frts%2FProfRts.h;h=870786cf47482c744bb31c56f9a933710c83f73b;hb=17315bf6c11c17ad38ca5a65d7e938ac32d07d8a;hp=9c438f2f7b803d27d2bb27bcaf2aa2ff4500a648;hpb=18e952cfcc7aab9d38d66e781183d5aadae38ff0;p=ghc-hetmet.git diff --git a/ghc/rts/ProfRts.h b/ghc/rts/ProfRts.h index 9c438f2..870786c 100644 --- a/ghc/rts/ProfRts.h +++ b/ghc/rts/ProfRts.h @@ -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 *);