Remove the long-hand handling about 'native-threading' option.

This commit is contained in:
Tetsuharu OHZEKI 2014-06-25 17:09:36 +09:00
parent 647efbbb91
commit ad5457ba4b

View file

@ -173,7 +173,7 @@ pub fn from_cmdline_args(args: &[String]) -> Option<Opts> {
None => cmp::max(rt::default_sched_threads() * 3 / 4, 1),
};
let native_threading = opt_match.opt_present("n") || opt_match.opt_present("native-threading");
let native_threading = opt_match.opt_present("n");
Some(Opts {
urls: urls,