From 402a8f824964b8c52502b1317b3767efeb773f76 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Sat, 28 Mar 2020 15:39:52 +0000 Subject: [PATCH] Remove thread parameter Code to limit number of threads removed. ignore crate seems quite good at using CPUs correctly --- src/main.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main.rs b/src/main.rs index 70619cb..beb3fe5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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")