From 4eb51d8fe8aabe3c7e27ee4c1216157f4b2467aa Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Wed, 4 Sep 2019 11:15:40 +0000 Subject: [PATCH] Bug 1578361 - removed unused localTransport getter on debugger-client r=ladybenko This was initially added in Bug 907755 for old telemetry probes. Differential Revision: https://phabricator.services.mozilla.com/D44444 --HG-- extra : moz-landing-system : lando --- devtools/shared/client/debugger-client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/devtools/shared/client/debugger-client.js b/devtools/shared/client/debugger-client.js index dd4e5d850f2c..ca3b57cced69 100644 --- a/devtools/shared/client/debugger-client.js +++ b/devtools/shared/client/debugger-client.js @@ -58,7 +58,6 @@ function DebuggerClient(transport) { this.traits = {}; this.request = this.request.bind(this); - this.localTransport = this._transport.onOutputStreamReady === undefined; /* * As the first thing on the connection, expect a greeting packet from