From d4893eb51a01c5a692d8ca74a3b8ff95c5fd1d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 10 Jan 2024 16:30:50 +0100 Subject: refactor: remove snapshotting from deno_runtime (#21794) Closes https://github.com/denoland/deno/issues/21137 --- runtime/shared.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/shared.rs') 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> { -- cgit v1.2.3