summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-04-15 11:54:54 +0200
committerBen Gamari <ben@smart-cactus.org>2016-04-16 00:21:41 +0200
commitd77981ed4347e5feb0497d8161af72f8f5e10b65 (patch)
treee35367ccda4edac492b7601df68cd5642d13463c /rts
parente9ad48935fa48aa32dc39a55512168ba5f5bdbd2 (diff)
downloadhaskell-d77981ed4347e5feb0497d8161af72f8f5e10b65.tar.gz
rts/RetainerProfile: Remove unused local
Reported in #11777.
Diffstat (limited to 'rts')
-rw-r--r--rts/RetainerProfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/RetainerProfile.c b/rts/RetainerProfile.c
index 6a6a542041..42d5f2947b 100644
--- a/rts/RetainerProfile.c
+++ b/rts/RetainerProfile.c
@@ -2068,8 +2068,6 @@ retainerProfile(void)
static nat
sanityCheckHeapClosure( StgClosure *c )
{
- StgInfoTable *info;
-
ASSERT(LOOKS_LIKE_GHC_INFO(c->header.info));
ASSERT(!closure_STATIC(c));
ASSERT(LOOKS_LIKE_PTR(c));