[wasm] Remove unused AOTMode msbuild property. (#82675)
authorZoltan Varga <vargaz@gmail.com>
Sun, 26 Feb 2023 20:26:11 +0000 (15:26 -0500)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2023 20:26:11 +0000 (15:26 -0500)
src/mono/wasi/build/WasiApp.targets
src/mono/wasm/build/WasmApp.targets

index 56a05ab..4292ed3 100644 (file)
@@ -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.
 
index d59b265..f9e80e2 100644 (file)
@@ -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.