Skip to content

Commit 8b68882

Browse files
committed
Remove dead code
1 parent df8c153 commit 8b68882

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ fn check_error_handler_mutation() {
4444
3 => register_error_handler(HANDLE4.clone()),
4545
_ => panic!("Impossible scenario"),
4646
}
47-
//match i {
48-
// 1 => thread::sleep(Duration::from_millis(20)),
49-
// 2 => thread::sleep(Duration::from_millis(10)),
50-
// _ => (),
51-
//}
5247
});
5348
}
5449

0 commit comments

Comments
 (0)