mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-09-25 06:42:33 +00:00
Merge "Remove unused import."
GitOrigin-RevId: ff9426ca8eb891f9cb7f376534feaba6ca23c7f4
This commit is contained in:
committed by
Sam Leffler
parent
945f519de8
commit
9a8254e32a
@@ -6,7 +6,6 @@ extern crate alloc;
|
||||
extern crate kata_panic;
|
||||
|
||||
use alloc::collections::BTreeMap;
|
||||
use core::convert::TryInto;
|
||||
use core::time::Duration;
|
||||
use kata_os_common::sel4_sys::seL4_Word;
|
||||
use kata_timer_interface::{HardwareTimer, Ticks, TimerId, TimerServiceError};
|
||||
|
Reference in New Issue
Block a user