From 679557b01abec74a93367d0d2e35b8233f2bf201 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 23 Feb 2006 14:45:37 +0000 Subject: [PATCH] warning fix --- ghc/rts/LdvProfile.c | 1 - 1 file changed, 1 deletion(-) 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) -- 1.7.10.4