From 95e209a0e4ef0e4a0b886583057b84ef204261d3 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 4 May 2023 14:36:38 +0200 Subject: refactor(ext/node): remove NodeEnv trait (#18986) --- runtime/lib.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'runtime/lib.rs') diff --git a/runtime/lib.rs b/runtime/lib.rs index 878171913..50822d373 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -35,8 +35,3 @@ pub mod worker; mod worker_bootstrap; pub use worker_bootstrap::BootstrapOptions; - -pub struct RuntimeNodeEnv; -impl deno_node::NodeEnv for RuntimeNodeEnv { - type P = permissions::PermissionsContainer; -} -- cgit v1.2.3