diff options
Diffstat (limited to 'runtime/build.rs')
-rw-r--r-- | runtime/build.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/build.rs b/runtime/build.rs index 6684afe09..dec687b6e 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -55,14 +55,6 @@ mod startup_snapshot { fn allow_hrtime(&mut self) -> bool { unreachable!("snapshotting!") } - - fn check_unstable( - &self, - _state: &deno_core::OpState, - _api_name: &'static str, - ) { - unreachable!("snapshotting!") - } } impl deno_ffi::FfiPermissions for Permissions { |