Remove thread parameter

Code to limit number of threads removed. ignore crate seems quite good
at using CPUs correctly
This commit is contained in:
andy.boot
2020-03-28 15:39:52 +00:00
parent 7cc7047b28
commit 402a8f8249
-7
View File
@@ -62,13 +62,6 @@ fn main() {
.help("Depth to show")
.takes_value(true),
)
.arg(
Arg::with_name("threads")
.short("t")
.long("threads")
.help("Number of threads to spawn simultaneously")
.takes_value(true),
)
.arg(
Arg::with_name("number_of_lines")
.short("n")