From: Simon Marlow Date: Thu, 23 Feb 2006 14:45:37 +0000 (+0000) Subject: warning fix X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=679557b01abec74a93367d0d2e35b8233f2bf201 warning fix --- diff --git a/ghc/rts/LdvProfile.c b/ghc/rts/LdvProfile.c index 355d09d..d8f5665 100644 --- a/ghc/rts/LdvProfile.c +++ b/ghc/rts/LdvProfile.c @@ -36,7 +36,6 @@ void LDV_recordDead_FILL_SLOP_DYNAMIC( StgClosure *p ) { - StgInfoTable *info; nat size, i; #if defined(__GNUC__) && __GNUC__ < 3 && defined(DEBUG)