diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2020-03-04 13:03:27 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:02:22 +0200 |
commit | 61d3aa9be23bc763189c67cc2e64f37b885e00b6 (patch) | |
tree | edff93c52968f3989b884e14bbb863d8259a4106 | |
parent | a078d9f9767117cea9e5c54811f98d21bc62010b (diff) | |
download | uxp-61d3aa9be23bc763189c67cc2e64f37b885e00b6.tar.gz |
Remove exposed bug from UpdateUtils.jsm
-rw-r--r-- | toolkit/modules/UpdateUtils.jsm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/modules/UpdateUtils.jsm b/toolkit/modules/UpdateUtils.jsm index a84125be5d..397f7e33a8 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 |