warning fix
authorSimon Marlow <simonmar@microsoft.com>
Thu, 23 Feb 2006 14:45:37 +0000 (14:45 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 23 Feb 2006 14:45:37 +0000 (14:45 +0000)
ghc/rts/LdvProfile.c

index 355d09d..d8f5665 100644 (file)
@@ -36,7 +36,6 @@
 void 
 LDV_recordDead_FILL_SLOP_DYNAMIC( StgClosure *p )
 {
 void 
 LDV_recordDead_FILL_SLOP_DYNAMIC( StgClosure *p )
 {
-    StgInfoTable *info;
     nat size, i;
 
 #if defined(__GNUC__) && __GNUC__ < 3 && defined(DEBUG)
     nat size, i;
 
 #if defined(__GNUC__) && __GNUC__ < 3 && defined(DEBUG)