Corrected a line added by the IDE

This commit is contained in:
Rémi Rativel 2023-03-14 16:46:48 +01:00
parent ba895e3587
commit cc6ec2f94c

View File

@ -1,4 +1,3 @@
use core::panicking::panic;
use crate::utility::list::List;
use crate::kernel::thread::Thread;
use crate::simulator::interrupt::InterruptStatus::InterruptOff;