Remove unused import

This commit is contained in:
Ulf Lilleengen 2021-10-20 12:42:05 +02:00
parent 6c9420978b
commit 3c2daf0d32

View file

@ -5,7 +5,6 @@ use std::mem::MaybeUninit;
use std::sync::{Condvar, Mutex, Once};
use std::time::Duration as StdDuration;
use std::time::Instant as StdInstant;
use std::time::SystemTime;
use std::{ptr, thread};
use crate::time::driver::{AlarmHandle, Driver};