diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-04 11:49:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 10:49:31 +0000 |
commit | 5ee671311a174b5461483db788f732fe736b6549 (patch) | |
tree | 7313593110d31be8d102a5a499c29abce8f4ebe1 /runtime/lib.rs | |
parent | 31ecc09b5ae38531cb63680cc40b89d01d8635df (diff) |
chore: remove some dead code around DENO_FUTURE env var (#25418)
These codepaths were not used anymore.
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index daa55f773..ed3f9fbc6 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -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 { |