summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@well-typed.com>2011-10-27 13:09:02 +0100
committerDuncan Coutts <duncan@well-typed.com>2011-10-27 14:11:29 +0100
commit2daa3bd82f4a5a7161bf88c4b8981211c2e8724b (patch)
treee16d685b04f587d1b7aefc3e324a8168fbac9d0f /rts/RtsFlags.c
parentaaaaf67b2fca9bd9b0027c983bfc9f9255b2bce5 (diff)
downloadhaskell-2daa3bd82f4a5a7161bf88c4b8981211c2e8724b.tar.gz
Remove +RTS --help text for -De flag which no longer exists
Diffstat (limited to 'rts/RtsFlags.c')
-rw-r--r--rts/RtsFlags.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index ff14df73bd..dcfedc0b08 100644
--- a/rts/RtsFlags.c
+++ b/rts/RtsFlags.c
@@ -332,7 +332,6 @@ usage_text[] = {
" -DS DEBUG: sanity",
" -Dt DEBUG: stable",
" -Dp DEBUG: prof",
-" -De DEBUG: event logging",
" -Da DEBUG: apply",
" -Dl DEBUG: linker",
" -Dm DEBUG: stm",