Skip to content

Commit 2c20b80

Browse files
committed
test(time_stress): remove unused imports
1 parent 6b9753e commit 2c20b80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/constance_test_suite/src/kernel_tests/time_stress.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
//! Launches multiple tasks, each of which calls `sleep` repeatedly.
22
use constance::{
3-
kernel::{cfg::CfgBuilder, EventGroup, EventGroupWaitFlags, Hunk, Task},
3+
kernel::{cfg::CfgBuilder, EventGroup, EventGroupWaitFlags, Task},
44
prelude::*,
55
time::{Duration, Time},
66
};
7-
use core::sync::atomic::{AtomicUsize, Ordering};
87

98
use super::Driver;
109

0 commit comments

Comments
 (0)