[commit: ghc] master: RtsFlags: Clean up stale CPP (83b214d)
git at git.haskell.org
git at git.haskell.org
Mon Nov 16 21:04:13 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/83b214d08e8cc74fb7b40e0442c3972325b6276c/ghc
>---------------------------------------------------------------
commit 83b214d08e8cc74fb7b40e0442c3972325b6276c
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Nov 15 10:55:15 2015 +0100
RtsFlags: Clean up stale CPP
>---------------------------------------------------------------
83b214d08e8cc74fb7b40e0442c3972325b6276c
rts/RtsFlags.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index 9955518..c349ec3 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
"",
More information about the ghc-commits
mailing list