chore: remove some dead code around DENO_FUTURE env var (#25418)

These codepaths were not used anymore.
This commit is contained in:
Bartek Iwańczuk 2024-09-04 11:49:31 +01:00 committed by GitHub
parent 31ecc09b5a
commit 5ee671311a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 additions and 62 deletions

View file

@ -44,7 +44,6 @@ pub use worker_bootstrap::WorkerExecutionMode;
pub use worker_bootstrap::WorkerLogLevel;
mod shared;
pub use shared::import_assertion_callback;
pub use shared::runtime;
pub struct UnstableGranularFlag {