diff options
author | Simon Marlow <marlowsd@gmail.com> | 2015-07-27 15:51:08 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2015-07-27 15:51:08 +0100 |
commit | 09925c364c3fb7d3e8610f8c3ae26238d2941fc0 (patch) | |
tree | 0cd886667443184faecf4848b8749eeede8efb1e /rts/RetainerProfile.c | |
parent | 2d88a531b7e4dbf4016dca4b1ba3b5dc34256cf4 (diff) | |
download | haskell-09925c364c3fb7d3e8610f8c3ae26238d2941fc0.tar.gz |
Revert "RetainerProfile: Add missing UNTAG_STATIC_LIST_PTR"
This reverts commit 09d05050346c1be7bac20ba3f40861e05217368b.
Diffstat (limited to 'rts/RetainerProfile.c')
-rw-r--r-- | rts/RetainerProfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/RetainerProfile.c b/rts/RetainerProfile.c index ba58c199f0..8121defbf8 100644 --- a/rts/RetainerProfile.c +++ b/rts/RetainerProfile.c @@ -1882,7 +1882,6 @@ resetStaticObjectForRetainerProfiling( StgClosure *static_objects ) #endif p = static_objects; while (p != END_OF_STATIC_OBJECT_LIST) { - p = UNTAG_STATIC_LIST_PTR(p); #ifdef DEBUG_RETAINER count++; #endif |