diff --git a/src/tsc_now.rs b/src/tsc_now.rs index 4eaf08f..c811d02 100644 --- a/src/tsc_now.rs +++ b/src/tsc_now.rs @@ -5,8 +5,6 @@ use std::time::Instant; use std::{cell::UnsafeCell, fs::read_to_string}; -type Error = Box; - static TSC_STATE: TSCState = TSCState { is_tsc_available: UnsafeCell::new(false), tsc_level: UnsafeCell::new(TSCLevel::Unstable),