summaryrefslogtreecommitdiffstats
path: root/toolkit
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2020-03-04 13:03:27 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 13:02:22 +0200
commit61d3aa9be23bc763189c67cc2e64f37b885e00b6 (patch)
treeedff93c52968f3989b884e14bbb863d8259a4106 /toolkit
parenta078d9f9767117cea9e5c54811f98d21bc62010b (diff)
downloadUXP-61d3aa9be23bc763189c67cc2e64f37b885e00b6.tar
UXP-61d3aa9be23bc763189c67cc2e64f37b885e00b6.tar.gz
UXP-61d3aa9be23bc763189c67cc2e64f37b885e00b6.tar.lz
UXP-61d3aa9be23bc763189c67cc2e64f37b885e00b6.tar.xz
UXP-61d3aa9be23bc763189c67cc2e64f37b885e00b6.zip
Remove exposed bug from UpdateUtils.jsm
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/modules/UpdateUtils.jsm6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/modules/UpdateUtils.jsm b/toolkit/modules/UpdateUtils.jsm
index a84125be5..397f7e33a 100644
--- a/toolkit/modules/UpdateUtils.jsm
+++ b/toolkit/modules/UpdateUtils.jsm
@@ -164,12 +164,6 @@ XPCOMUtils.defineLazyGetter(this, "gSystemCapabilities", function aus_gSC() {
lib.close();
return instructionSet;
-#elifdef XP_LINUX
- let instructionSet = "unknown";
- if (navigator.cpuHasSSE2) {
- instructionSet = "SSE2";
- }
- return instructionSet;
#else
return "NA"
#endif