diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-06-20 20:13:45 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-09-22 15:18:10 +0200 |
commit | f3bb73973284b6d60795b63049af5716ab081b34 (patch) | |
tree | f79be23a942d3ec05703105b70b9074664d15f08 /validate | |
parent | b92ed68a7c452685e21debec947b11520e70f8da (diff) | |
download | haskell-f3bb73973284b6d60795b63049af5716ab081b34.tar.gz |
rts: RetainerSet: Remove obsolete fist/second-approach choice
In the old code when DEBUG_RETAINER was set, FIRST_APPROACH is
implied. However ProfHeap.c now depends on printRetainerSetShort which is
only available with SECOND_APPROACH. This is because with FIRST_APPROACH
retainerProfile() will free all retainer sets before returning so by the
time ProfHeap calls dumpCensus the retainer set pointers are segfaulty.
Since all of this debugging code obviously hasn't been compiled in ages
anyways I'm taking the liberty of just removing it.
Remember guys: Dead code is a liability not an asset :)
Diffstat (limited to 'validate')
0 files changed, 0 insertions, 0 deletions