diff options
Diffstat (limited to 'rts/ProfHeap.h')
-rw-r--r-- | rts/ProfHeap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index 48b5bafa48..c4a92e200b 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" |