X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfHeap.h;h=c4a92e200be6a3ecf7343eb2e1ef01a76027f8eb;hb=b2bd63f99d643f6b3eb30bb72bb9ae26d4183252;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"