summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-06-20 20:13:45 +0200
committerDaniel Gröber <dxld@darkboxed.org>2019-09-22 15:18:10 +0200
commitf3bb73973284b6d60795b63049af5716ab081b34 (patch)
treef79be23a942d3ec05703105b70b9074664d15f08 /validate
parentb92ed68a7c452685e21debec947b11520e70f8da (diff)
downloadhaskell-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