diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-10 16:30:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 16:30:50 +0100 |
commit | d4893eb51a01c5a692d8ca74a3b8ff95c5fd1d9f (patch) | |
tree | 1a3c4936403dfaeed7c2b4c8711d75ba53ffb72e /runtime/shared.rs | |
parent | 0234eb23ddfe0a5ff9402610a2f3bd326c325ec6 (diff) |
refactor: remove snapshotting from deno_runtime (#21794)
Closes https://github.com/denoland/deno/issues/21137
Diffstat (limited to 'runtime/shared.rs')
-rw-r--r-- | runtime/shared.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/shared.rs b/runtime/shared.rs index 692be94b8..1f24fec0b 100644 --- a/runtime/shared.rs +++ b/runtime/shared.rs @@ -67,7 +67,6 @@ extension!(runtime, } ); -#[allow(dead_code)] pub fn maybe_transpile_source( source: &mut ExtensionFileSource, ) -> Result<(), AnyError> { |