summaryrefslogtreecommitdiff
path: root/cli/tools/compile.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/compile.rs')
-rw-r--r--cli/tools/compile.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/cli/tools/compile.rs b/cli/tools/compile.rs
index 5a4a938bb..b3e999337 100644
--- a/cli/tools/compile.rs
+++ b/cli/tools/compile.rs
@@ -53,16 +53,6 @@ pub async fn compile(
);
}
- if cli_options.unstable_detect_cjs() {
- log::warn!(
- concat!(
- "{} --unstable-detect-cjs is not properly supported in deno compile. ",
- "The compiled executable may encounter runtime errors.",
- ),
- crate::colors::yellow("Warning"),
- );
- }
-
let output_path = resolve_compile_executable_output_path(
http_client,
&compile_flags,