summaryrefslogtreecommitdiffstats
path: root/tools/profiler/gecko/Profiler.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/profiler/gecko/Profiler.jsm')
-rw-r--r--tools/profiler/gecko/Profiler.jsm16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/profiler/gecko/Profiler.jsm b/tools/profiler/gecko/Profiler.jsm
deleted file mode 100644
index c61218875..000000000
--- a/tools/profiler/gecko/Profiler.jsm
+++ /dev/null
@@ -1,16 +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";
-
-const Cc = Components.classes;
-const Ci = Components.interfaces;
-const Cr = Components.results;
-
-this.EXPORTED_SYMBOLS = ["Profiler"];
-
-this.Profiler = {
-
-};
-