Skip to content

Commit 900d13a

Browse files
committed
refactor: remove unnecessary comment
1 parent 3d7de9e commit 900d13a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/sub.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ where
7979

8080
let threads = match threads {
8181
Threads::Auto => {
82-
// If one of the files is on HDD, set thread number to 1
8382
let disks = Disks::new_with_refreshed_list();
8483
if any_path_is_in_hdd::<hdd::RealApi>(&files, &disks) {
8584
eprintln!("warning: HDD detected, the thread limit will be set to 1");

0 commit comments

Comments
 (0)