mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Remove the long-hand handling about 'native-threading' option.
This commit is contained in:
parent
647efbbb91
commit
ad5457ba4b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue