X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfHeap.h;h=c4a92e200be6a3ecf7343eb2e1ef01a76027f8eb;hb=18197a0183e9d4ee6b7da3ad5fe15961ded6cf20;hp=48b5bafa483f133b512a43b28cd3b17620b72813;hpb=51b85031ce99f1e9d4c72249d6d85672188f0fbd;p=ghc-hetmet.git 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"