From 51006a17eb6c65f79bbc466458ae1e1c9c4d0ea4 Mon Sep 17 00:00:00 2001 From: Daisuke Akatsuka Date: Mon, 17 Feb 2020 09:06:32 +0000 Subject: [PATCH] Bug 1603176: Remove unused variable. r=jdescottes Differential Revision: https://phabricator.services.mozilla.com/D61346 --HG-- extra : moz-landing-system : lando --- devtools/client/memory/panel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/devtools/client/memory/panel.js b/devtools/client/memory/panel.js index 3da60c41ef6e..39f5115004ab 100644 --- a/devtools/client/memory/panel.js +++ b/devtools/client/memory/panel.js @@ -31,7 +31,6 @@ MemoryPanel.prototype = { } this.panelWin.gToolbox = this._toolbox; - this.panelWin.gTarget = this.target; this.panelWin.gFront = await this.target.getFront("memory"); this.panelWin.gHeapAnalysesClient = new HeapAnalysesClient();