X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FProfHeap.h;h=c4a92e200be6a3ecf7343eb2e1ef01a76027f8eb;hp=48b5bafa483f133b512a43b28cd3b17620b72813;hb=c5b178be60a5a44abd2f4ddf8c399857678326e2;hpb=51b85031ce99f1e9d4c72249d6d85672188f0fbd diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index 48b5baf..c4a92e2 100644 --- a/rts/ProfHeap.h +++ b/rts/ProfHeap.h @@ -14,7 +14,6 @@ void heapCensus (void); nat initHeapProfiling (void); void endHeapProfiling (void); -void LDV_recordDead (StgClosure *c, nat size); rtsBool strMatchesSelector (char* str, char* sel); #include "EndPrivate.h"