summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r--runtime/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs
index 6745c4a56..878171913 100644
--- a/runtime/lib.rs
+++ b/runtime/lib.rs
@@ -39,5 +39,4 @@ pub use worker_bootstrap::BootstrapOptions;
pub struct RuntimeNodeEnv;
impl deno_node::NodeEnv for RuntimeNodeEnv {
type P = permissions::PermissionsContainer;
- type Fs = deno_node::RealFs;
}