RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / ProfHeap.h
index 0251416..a3da424 100644 (file)
@@ -12,7 +12,6 @@
 extern void    heapCensus( void );
 extern nat     initHeapProfiling( void );
 extern void    endHeapProfiling( void );
-extern rtsBool closureSatisfiesConstraints( StgClosure* p );
 extern void    LDV_recordDead( StgClosure *c, nat size );
 extern rtsBool strMatchesSelector( char* str, char* sel );