diff options
Diffstat (limited to 'ext/net/ops_unix.rs')
-rw-r--r-- | ext/net/ops_unix.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/net/ops_unix.rs b/ext/net/ops_unix.rs index a36f1c30b..ae37415ce 100644 --- a/ext/net/ops_unix.rs +++ b/ext/net/ops_unix.rs @@ -200,7 +200,6 @@ where NP: NetPermissions + 'static, { let address_path = Path::new(&path); - super::check_unstable(state, &api_name); let permissions = state.borrow_mut::<NP>(); let api_call_expr = format!("{}()", api_name); permissions.check_read(address_path, &api_call_expr)?; |