summaryrefslogtreecommitdiff
path: root/cli/main.rs
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-11-10 09:00:44 +0530
committerGitHub <noreply@github.com>2024-11-10 09:00:44 +0530
commitce778a947e70616b435920fd6f1fc28c4b2a78d1 (patch)
treec7e5f4ee47f94f2279e745b1825959f82a66a22d /cli/main.rs
parent01de3317424cc870913dbe85ff3b80eadaf8cc87 (diff)
Revert "perf(upgrade): cache downloaded binaries in DENO_DIR" (#26799)
Reverts denoland/deno#26108 Tests are flaky on main https://github.com/denoland/deno/commit/01de3317424cc870913dbe85ff3b80eadaf8cc87
Diffstat (limited to 'cli/main.rs')
-rw-r--r--cli/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs
index 59a1fb0cd..04daff670 100644
--- a/cli/main.rs
+++ b/cli/main.rs
@@ -4,7 +4,6 @@ mod args;
mod auth_tokens;
mod cache;
mod cdp;
-mod download_deno_binary;
mod emit;
mod errors;
mod factory;