diff options
Diffstat (limited to 'ext/web/timers.rs')
-rw-r--r-- | ext/web/timers.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/web/timers.rs b/ext/web/timers.rs index 17b46c2be..67beee599 100644 --- a/ext/web/timers.rs +++ b/ext/web/timers.rs @@ -19,7 +19,6 @@ use std::time::Instant; pub trait TimersPermission { fn allow_hrtime(&mut self) -> bool; - fn check_unstable(&self, state: &OpState, api_name: &'static str); } pub type StartTime = Instant; |