Bug 1277414 - Remove the memprof actor; r=ejpbruel

This commit is contained in:
Nick Fitzgerald
2016-06-02 10:04:27 -07:00
parent c47a1d9a12
commit 310d7ceb25
6 changed files with 0 additions and 185 deletions

View File

@@ -505,11 +505,6 @@ var DebuggerServer = {
constructor: "MemoryActor",
type: { tab: true }
});
this.registerModule("devtools/server/actors/memprof", {
prefix: "memprof",
constructor: "MemprofActor",
type: { global: true, tab: true }
});
this.registerModule("devtools/server/actors/framerate", {
prefix: "framerate",
constructor: "FramerateActor",