diff options
Diffstat (limited to 'runtime/ops/net.rs')
-rw-r--r-- | runtime/ops/net.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/ops/net.rs b/runtime/ops/net.rs index 364f1c576..aa97be00b 100644 --- a/runtime/ops/net.rs +++ b/runtime/ops/net.rs @@ -346,10 +346,7 @@ async fn op_shutdown( args: Value, _zero_copy: BufVec, ) -> Result<Value, AnyError> { - super::check_unstable2(&state, "Deno.shutdown"); - let args: ShutdownArgs = serde_json::from_value(args)?; - let rid = args.rid as u32; let resource = state |