diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-05 09:35:39 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-05 09:35:39 +0000 |
commit | 948c01bdb7f42504487a624b229137694871efd0 (patch) | |
tree | 162006e4eef0ed26e403fd313a7ff62caf2b97e1 /rts/LdvProfile.h | |
parent | a53ccca7894727fcf6de21b5c7b0ea2f7eaec569 (diff) | |
download | haskell-948c01bdb7f42504487a624b229137694871efd0.tar.gz |
profiling build fixes
Diffstat (limited to 'rts/LdvProfile.h')
-rw-r--r-- | rts/LdvProfile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/LdvProfile.h b/rts/LdvProfile.h index c61b0102e7..27215472d6 100644 --- a/rts/LdvProfile.h +++ b/rts/LdvProfile.h @@ -14,7 +14,6 @@ #include "ProfHeap.h" -extern void LDV_recordDead_FILL_SLOP_DYNAMIC( StgClosure *p ); extern void LdvCensusForDead ( nat ); extern void LdvCensusKillAll ( void ); |