diff options
author | Duncan Coutts <duncan@well-typed.com> | 2011-10-27 13:09:02 +0100 |
---|---|---|
committer | Duncan Coutts <duncan@well-typed.com> | 2011-10-27 14:11:29 +0100 |
commit | 2daa3bd82f4a5a7161bf88c4b8981211c2e8724b (patch) | |
tree | e16d685b04f587d1b7aefc3e324a8168fbac9d0f /rts/RtsFlags.c | |
parent | aaaaf67b2fca9bd9b0027c983bfc9f9255b2bce5 (diff) | |
download | haskell-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.c | 1 |
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", |