diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2020-03-04 13:03:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 13:03:27 -0500 |
commit | 88da01c294175f81091e1499374415404e27a57a (patch) | |
tree | f2cfcd78c169246eab4f201bd99488d8ec33d29f /toolkit | |
parent | 65b37410ca38005bd6f4c9470c93a49cd12ad368 (diff) | |
download | uxp-88da01c294175f81091e1499374415404e27a57a.tar.gz |
Remove exposed bug from UpdateUtils.jsm
Diffstat (limited to 'toolkit')
-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 |