summaryrefslogtreecommitdiff
path: root/legacy/boot.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/boot.jsm')
-rw-r--r--legacy/boot.jsm7
1 files changed, 0 insertions, 7 deletions
diff --git a/legacy/boot.jsm b/legacy/boot.jsm
deleted file mode 100644
index f1cae49..0000000
--- a/legacy/boot.jsm
+++ /dev/null
@@ -1,7 +0,0 @@
-let EXPORTED_SYMBOLS = [];
-
-const {AddonManager} = ChromeUtils.import('resource://gre/modules/AddonManager.jsm');
-if (AddonManager.addExternalExtensionLoader) {
- const {BootstrapLoader} = ChromeUtils.import('chrome://legacy/content/BootstrapLoader.jsm');
- AddonManager.addExternalExtensionLoader(BootstrapLoader);
-}