diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-04-15 11:54:54 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-04-16 00:21:41 +0200 |
commit | d77981ed4347e5feb0497d8161af72f8f5e10b65 (patch) | |
tree | e35367ccda4edac492b7601df68cd5642d13463c /rts | |
parent | e9ad48935fa48aa32dc39a55512168ba5f5bdbd2 (diff) | |
download | haskell-d77981ed4347e5feb0497d8161af72f8f5e10b65.tar.gz |
rts/RetainerProfile: Remove unused local
Reported in #11777.
Diffstat (limited to 'rts')
-rw-r--r-- | rts/RetainerProfile.c | 2 |
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)); |