Remove unused

This commit is contained in:
Dario Nieuwenhuis 2020-10-31 22:36:02 +01:00
parent e2c10fbbb0
commit 9dea5035b9

View File

@ -47,9 +47,6 @@ impl Priority {
} }
} }
static CS_FLAG: AtomicBool = AtomicBool::new(false);
static mut CS_MASK: [u32; 2] = [0; 2];
#[inline] #[inline]
pub fn free<F, R>(f: F) -> R pub fn free<F, R>(f: F) -> R
where where