diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-04-25 07:50:52 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-04-25 07:50:52 -0400 |
commit | 9cf2c92c3ecdb06ae68571ae4bcee2f95f3bf5bf (patch) | |
tree | ecd07f5a21ad740c25b3f2a64e87f3e290814da9 /toolkit/modules/moz.build | |
parent | c11a0b2762b41efbfcc33db44f3d4521af523ec2 (diff) | |
download | UXP-9cf2c92c3ecdb06ae68571ae4bcee2f95f3bf5bf.tar UXP-9cf2c92c3ecdb06ae68571ae4bcee2f95f3bf5bf.tar.gz UXP-9cf2c92c3ecdb06ae68571ae4bcee2f95f3bf5bf.tar.lz UXP-9cf2c92c3ecdb06ae68571ae4bcee2f95f3bf5bf.tar.xz UXP-9cf2c92c3ecdb06ae68571ae4bcee2f95f3bf5bf.zip |
Remove UpdateChannel.jsm
Diffstat (limited to 'toolkit/modules/moz.build')
-rw-r--r-- | toolkit/modules/moz.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/modules/moz.build b/toolkit/modules/moz.build index ba71a5a3c..4e647bd7f 100644 --- a/toolkit/modules/moz.build +++ b/toolkit/modules/moz.build @@ -102,7 +102,6 @@ EXTRA_JS_MODULES.sessionstore += ['sessionstore/Utils.jsm'] EXTRA_PP_JS_MODULES += [ 'NewTabUtils.jsm', 'Troubleshoot.jsm', - 'UpdateChannel.jsm', 'UpdateUtils.jsm', ] |