summaryrefslogtreecommitdiff
path: root/runtime/ops/os.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ops/os.rs')
-rw-r--r--runtime/ops/os.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ops/os.rs b/runtime/ops/os.rs
index f774e1f2e..2aafdc7a3 100644
--- a/runtime/ops/os.rs
+++ b/runtime/ops/os.rs
@@ -182,7 +182,6 @@ fn op_hostname(state: &mut OpState) -> Result<String, AnyError> {
#[op]
fn op_os_release(state: &mut OpState) -> Result<String, AnyError> {
- super::check_unstable(state, "Deno.osRelease");
state
.borrow_mut::<Permissions>()
.sys