summaryrefslogtreecommitdiff
path: root/runtime/ops/os/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ops/os/mod.rs')
-rw-r--r--runtime/ops/os/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ops/os/mod.rs b/runtime/ops/os/mod.rs
index 3b4645403..275461cc1 100644
--- a/runtime/ops/os/mod.rs
+++ b/runtime/ops/os/mod.rs
@@ -190,7 +190,6 @@ fn op_os_release(state: &mut OpState) -> Result<String, AnyError> {
fn op_network_interfaces(
state: &mut OpState,
) -> Result<Vec<NetworkInterface>, AnyError> {
- super::check_unstable(state, "Deno.networkInterfaces");
state
.borrow_mut::<Permissions>()
.sys