summaryrefslogtreecommitdiffstats
path: root/browser/extensions/formautofill/bootstrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/extensions/formautofill/bootstrap.js')
-rw-r--r--browser/extensions/formautofill/bootstrap.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/browser/extensions/formautofill/bootstrap.js b/browser/extensions/formautofill/bootstrap.js
deleted file mode 100644
index 0b3f355bd..000000000
--- a/browser/extensions/formautofill/bootstrap.js
+++ /dev/null
@@ -1,12 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-"use strict";
-
-/* exported startup, shutdown, install, uninstall */
-
-function startup() {}
-function shutdown() {}
-function install() {}
-function uninstall() {}