From 9612c64265da34be885acf3f89917711c4cc8280 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 17 Feb 2020 12:19:22 -0500 Subject: Issue #1320 - Stop appending cpu arch to the end of %BUILD_TARGET% on Windows in UpdateUtils.jsm --- toolkit/modules/UpdateUtils.jsm | 3 --- 1 file changed, 3 deletions(-) (limited to 'toolkit') diff --git a/toolkit/modules/UpdateUtils.jsm b/toolkit/modules/UpdateUtils.jsm index aaec77042..704fe116d 100644 --- a/toolkit/modules/UpdateUtils.jsm +++ b/toolkit/modules/UpdateUtils.jsm @@ -256,9 +256,6 @@ XPCOMUtils.defineLazyGetter(UpdateUtils, "ABI", function() { if (macutils.isUniversalBinary) { abi += "-u-" + macutils.architecturesInBinary; } -#elifdef XP_WIN - // Windows build should report the CPU architecture that it's running on. - abi += "-" + gWinCPUArch; #endif return abi; -- cgit v1.2.3