merge upstream HEAD
[ghc-hetmet.git] / rts / ProfHeap.h
index 48b5baf..c4a92e2 100644 (file)
@@ -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"