зеркало из https://github.com/mozilla/gecko-dev.git
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
This commit is contained in:
Родитель
f05c8469c7
Коммит
4eb51d8fe8
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче