summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-11-15 10:55:15 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-16 21:59:45 +0100
commit83b214d08e8cc74fb7b40e0442c3972325b6276c (patch)
tree1005362beaae3aa7d8a234609c1e49a364ab1a88 /rts
parentee9148284dd5a66ed4970aff5218d973997cb9cf (diff)
downloadhaskell-83b214d08e8cc74fb7b40e0442c3972325b6276c.tar.gz
RtsFlags: Clean up stale CPP
Diffstat (limited to 'rts')
-rw-r--r--rts/RtsFlags.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index 9955518144..c349ec3008 100644
--- a/rts/RtsFlags.c
+++ b/rts/RtsFlags.c
@@ -298,8 +298,6 @@ usage_text[] = {
" -p Time/allocation profile (output file <program>.prof)",
" -P More detailed Time/Allocation profile",
" -Pa Give information about *all* cost centres",
-
-# if defined(PROFILING)
"",
" -h<break-down> Heap residency profile (hp2ps) (output file <program>.hp)",
" break-down: c = cost centre stack (default)",
@@ -325,8 +323,7 @@ usage_text[] = {
" -xt Include threads (TSOs) in a heap profile",
"",
" -xc Show current cost centre stack on raising an exception",
-# endif
-#endif /* PROFILING or PAR */
+#endif /* PROFILING */
#ifdef TRACING
"",