summaryrefslogtreecommitdiff
path: root/cli/factory.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-17 02:13:34 +0100
committerGitHub <noreply@github.com>2024-09-17 01:13:34 +0000
commitaaf2bf4bfbf90bed0b6e9812f337f057d1d24f93 (patch)
treec8e9f889c5864fcdc9d14bda0b13190449deae00 /cli/factory.rs
parent01b5dfd9ea927d41492fde352cd79f7b972439b9 (diff)
chore: upgrade deno_core (#25674)
No functional changes, just removes dead code.
Diffstat (limited to 'cli/factory.rs')
-rw-r--r--cli/factory.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/factory.rs b/cli/factory.rs
index fe6d5b92a..6d14475b2 100644
--- a/cli/factory.rs
+++ b/cli/factory.rs
@@ -726,7 +726,6 @@ impl CliFactory {
let cli_options = self.cli_options()?;
let mut checker = FeatureChecker::default();
checker.set_exit_cb(Box::new(crate::unstable_exit_cb));
- checker.set_warn_cb(Box::new(crate::unstable_warn_cb));
let unstable_features = cli_options.unstable_features();
for granular_flag in crate::UNSTABLE_GRANULAR_FLAGS {
if unstable_features.contains(&granular_flag.name.to_string()) {