diff options
author | Luca Casonato <hello@lcas.dev> | 2023-05-04 14:36:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 14:36:38 +0200 |
commit | 95e209a0e4ef0e4a0b886583057b84ef204261d3 (patch) | |
tree | fe7bc059375068e0ec9ab8b7858ac62cb888c177 /runtime/lib.rs | |
parent | b8d0e616eaedb81a759c41d5009921bcc6b0b0bf (diff) |
refactor(ext/node): remove NodeEnv trait (#18986)
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
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; -} |