Skip to content

Commit

Permalink
Bug 1544694 - remove unused client getters 'request' and '_transport'…
Browse files Browse the repository at this point in the history
… from sourceClient; r=ochameau,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D27707

--HG--
extra : moz-landing-system : lando
  • Loading branch information
codehag committed Apr 26, 2019
1 parent c08cc4c commit 418c70d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions devtools/shared/client/source-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,9 @@ function SourceClient(client, form) {
}

SourceClient.prototype = {
get _transport() {
return this._client._transport;
},
get actor() {
return this._form.actor;
},
get request() {
return this._client.request;
},
get url() {
return this._form.url;
},
Expand Down

0 comments on commit 418c70d

Please sign in to comment.