From: Zoltan Varga Date: Sat, 11 Feb 2017 04:41:24 +0000 (-0500) Subject: [runtime] Remove an obsolete option from --help=devel. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=7da0d3c26b8c377582afb89579151c733a91c0c7;p=mono.git [runtime] Remove an obsolete option from --help=devel. --- diff --git a/mono/mini/driver.c b/mono/mini/driver.c index 357c1cd5057..d5bb4a397a6 100644 --- a/mono/mini/driver.c +++ b/mono/mini/driver.c @@ -1198,7 +1198,6 @@ mini_usage_jitdeveloper (void) " --single-method=OPTS Runs regressions with only one method optimized with OPTS at any time\n" " --statfile FILE Sets the stat file to FILE\n" " --stats Print statistics about the JIT operations\n" - " --wapi=hps|semdel|seminfo IO-layer maintenance\n" " --inject-async-exc METHOD OFFSET Inject an asynchronous exception at METHOD\n" " --verify-all Run the verifier on all assemblies and methods\n" " --full-aot Avoid JITting any code\n"