diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2017-11-10 11:46:03 -0800 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2017-11-10 11:46:03 -0800 |
commit | 5630476d169766a6ab4b92aa3ae1d2f819920d16 (patch) | |
tree | 62c3450985ccdc748ecb12ac22dad8be83f8b0ee | |
parent | 0047c77f0374ec773fab1cb0c0b7fcfdbb6472d2 (diff) | |
download | servo-5630476d169766a6ab4b92aa3ae1d2f819920d16.tar.gz servo-5630476d169766a6ab4b92aa3ae1d2f819920d16.zip |
Remove unused -t command-line flag
-rw-r--r-- | components/config/opts.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/config/opts.rs b/components/config/opts.rs index 0cd11825bdf..76edf2cbefe 100644 --- a/components/config/opts.rs +++ b/components/config/opts.rs @@ -569,7 +569,6 @@ pub fn from_cmdline_args(args: &[String]) -> ArgumentParsingResult { opts.optopt("o", "output", "Output file", "output.png"); opts.optopt("s", "size", "Size of tiles", "512"); opts.optopt("", "device-pixel-ratio", "Device pixels per px", ""); - opts.optopt("t", "threads", "Number of paint threads", "1"); opts.optflagopt("p", "profile", "Time profiler flag and either a TSV output filename \ OR an interval for output to Stdout (blank for Stdout with interval of 5s)", "10 \ OR time.tsv"); |