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 0e51e3120..0c171d710 100644 --- a/runtime/ops/os.rs +++ b/runtime/ops/os.rs @@ -173,7 +173,6 @@ fn op_loadavg(state: &mut OpState) -> Result<(f64, f64, f64), AnyError> { #[op] fn op_hostname(state: &mut OpState) -> Result<String, AnyError> { - super::check_unstable(state, "Deno.hostname"); state .borrow_mut::<Permissions>() .sys |