summaryrefslogtreecommitdiff
path: root/op_crates/fetch/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/fetch/lib.rs')
-rw-r--r--op_crates/fetch/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/op_crates/fetch/lib.rs b/op_crates/fetch/lib.rs
index 1d36bfc09..32a5a0140 100644
--- a/op_crates/fetch/lib.rs
+++ b/op_crates/fetch/lib.rs
@@ -69,10 +69,6 @@ pub fn init(isolate: &mut JsRuntime) {
include_str!("20_headers.js"),
),
(
- "deno:op_crates/fetch/21_file.js",
- include_str!("21_file.js"),
- ),
- (
"deno:op_crates/fetch/26_fetch.js",
include_str!("26_fetch.js"),
),