aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-19 21:20:31 -0400
committerBob Arnson <bob@firegiant.com>2020-09-19 21:24:09 -0400
commit27124207afa517da564cdce557dd21654f1a9078 (patch)
tree463cc9e3faf129fe7969f29c75a8c77f1ae21cbc /src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs
parent3f05c650723ecd0a8fe7ab151c67db6c13cb5d75 (diff)
downloadwix-27124207afa517da564cdce557dd21654f1a9078.tar.gz
wix-27124207afa517da564cdce557dd21654f1a9078.tar.bz2
wix-27124207afa517da564cdce557dd21654f1a9078.zip
Remove 32-bit ARM support.
Diffstat (limited to 'src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs')
-rw-r--r--src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs b/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs
index e84bb001..df301196 100644
--- a/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs
+++ b/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs
@@ -238,12 +238,6 @@ namespace WixToolset.Core.ExtensibilityServices
238 case Platform.X64: 238 case Platform.X64:
239 return "x64"; 239 return "x64";
240 240
241 case Platform.IA64:
242 return "ia64";
243
244 case Platform.ARM:
245 return "arm";
246
247 case Platform.ARM64: 241 case Platform.ARM64:
248 return "arm64"; 242 return "arm64";
249 243