From b96f28306490a56aac91b8ef06b35ebdc7f41b63 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sun, 6 Aug 2023 00:00:38 +0100 Subject: refactor: remove snapshot_module_load_cb (#20043) --- cli/build.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/build.rs') diff --git a/cli/build.rs b/cli/build.rs index 9860412a1..ecf0d3cbe 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -284,7 +284,6 @@ mod ts { .expect("snapshot compression failed"), ); })), - snapshot_module_load_cb: None, with_runtime_cb: None, }); for path in output.files_loaded_during_snapshot { @@ -377,7 +376,6 @@ fn create_cli_snapshot(snapshot_path: PathBuf) -> CreateSnapshotOutput { startup_snapshot: Some(deno_runtime::js::deno_isolate_init()), extensions, compression_cb: None, - snapshot_module_load_cb: None, with_runtime_cb: None, }) } -- cgit v1.2.3