From: Simon Marlow Date: Mon, 26 Apr 2010 14:06:42 +0000 (+0000) Subject: remove duplicate docs for -e in --help output (#4010) X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b1710d984af954e4b539b2dd16e3fe92be76d21a;p=ghc-hetmet.git remove duplicate docs for -e in --help output (#4010) --- diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 93482f5..0bd1b04 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -324,9 +324,6 @@ usage_text[] = { " --install-signal-handlers=", " Install signal handlers (default: yes)", #if defined(THREADED_RTS) -" -e Size of spark pools (default 100)", -#endif -#if defined(THREADED_RTS) " -e Maximum number of outstanding local sparks (default: 4096)", #endif #if defined(x86_64_HOST_ARCH)