diff options
Diffstat (limited to 'runtime/ops/os.rs')
-rw-r--r-- | runtime/ops/os.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ops/os.rs b/runtime/ops/os.rs index 0c171d710..f774e1f2e 100644 --- a/runtime/ops/os.rs +++ b/runtime/ops/os.rs @@ -160,7 +160,6 @@ fn op_exit(state: &mut OpState) { #[op] fn op_loadavg(state: &mut OpState) -> Result<(f64, f64, f64), AnyError> { - super::check_unstable(state, "Deno.loadavg"); state .borrow_mut::<Permissions>() .sys |