From 48bc77d54b462aa9ffe1d08f2735c0811e28b9f1 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Sun, 26 Feb 2023 15:26:11 -0500 Subject: [PATCH] [wasm] Remove unused AOTMode msbuild property. (#82675) --- src/mono/wasi/build/WasiApp.targets | 1 - src/mono/wasm/build/WasmApp.targets | 1 - 2 files changed, 2 deletions(-) diff --git a/src/mono/wasi/build/WasiApp.targets b/src/mono/wasi/build/WasiApp.targets index 56a05ab..4292ed3 100644 --- a/src/mono/wasi/build/WasiApp.targets +++ b/src/mono/wasi/build/WasiApp.targets @@ -27,7 +27,6 @@ - $(WasmDedup) - Whenever to dedup generic instances when using AOT. Defaults to true. - $(WasmProfilers) - Profilers to use - - $(AOTMode) - Defaults to `LLVMOnlyInterp` - $(AOTProfilePath) - profile data file to be used for profile-guided optimization - $(InvariantGlobalization) - Whenever to disable ICU. Defaults to false. diff --git a/src/mono/wasm/build/WasmApp.targets b/src/mono/wasm/build/WasmApp.targets index d59b265..f9e80e2 100644 --- a/src/mono/wasm/build/WasmApp.targets +++ b/src/mono/wasm/build/WasmApp.targets @@ -28,7 +28,6 @@ - $(WasmDedup) - Whenever to dedup generic instances when using AOT. Defaults to true. - $(WasmProfilers) - Profilers to use - - $(AOTMode) - Defaults to `LLVMOnlyInterp` - $(AOTProfilePath) - profile data file to be used for profile-guided optimization - $(InvariantGlobalization) - Whenever to disable ICU. Defaults to false. -- 2.7.4