diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2019-07-08 00:24:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-08 00:24:11 -0400 |
commit | 4b4d3a9cca870681e1187794f951808c10274dd3 (patch) | |
tree | 20d5d257550121c1f90b098a7bac363871c5980c /toolkit/components/telemetry/TelemetryEnvironment.jsm | |
parent | 20e3587ef5a97f190da7a4e674e988d7189c795c (diff) | |
parent | 24ad244d47034b36e433797914718baaffa5dada (diff) | |
download | UXP-4b4d3a9cca870681e1187794f951808c10274dd3.tar UXP-4b4d3a9cca870681e1187794f951808c10274dd3.tar.gz UXP-4b4d3a9cca870681e1187794f951808c10274dd3.tar.lz UXP-4b4d3a9cca870681e1187794f951808c10274dd3.tar.xz UXP-4b4d3a9cca870681e1187794f951808c10274dd3.zip |
Merge pull request #1164 from g4jc/hotfix-removal
Issue #1160 - Remove unused HotFix preferences
Diffstat (limited to 'toolkit/components/telemetry/TelemetryEnvironment.jsm')
-rw-r--r-- | toolkit/components/telemetry/TelemetryEnvironment.jsm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/components/telemetry/TelemetryEnvironment.jsm b/toolkit/components/telemetry/TelemetryEnvironment.jsm index 295679ca4..391ea4bb4 100644 --- a/toolkit/components/telemetry/TelemetryEnvironment.jsm +++ b/toolkit/components/telemetry/TelemetryEnvironment.jsm @@ -196,7 +196,6 @@ const PREF_DISTRIBUTION_ID = "distribution.id"; const PREF_DISTRIBUTION_VERSION = "distribution.version"; const PREF_DISTRIBUTOR = "app.distributor"; const PREF_DISTRIBUTOR_CHANNEL = "app.distributor.channel"; -const PREF_HOTFIX_LASTVERSION = "extensions.hotfix.lastVersion"; const PREF_APP_PARTNER_BRANCH = "app.partner."; const PREF_PARTNER_ID = "mozilla.partner.id"; const PREF_UPDATE_ENABLED = "app.update.enabled"; @@ -1050,7 +1049,6 @@ EnvironmentCache.prototype = { vendor: Services.appinfo.vendor || null, platformVersion: Services.appinfo.platformVersion || null, xpcomAbi: Services.appinfo.XPCOMABI, - hotfixVersion: Preferences.get(PREF_HOTFIX_LASTVERSION, null), }; // Add |architecturesInBinary| only for Mac Universal builds. |