forked from mirrors/gecko-dev
Bug 1500000 - [devtools] Remove now-unused DevToolsClient.release method. r=devtools-reviewers,nchevobbe
This is no longer used, not even in tests. Differential Revision: https://phabricator.services.mozilla.com/D198808
This commit is contained in:
parent
8e1906638e
commit
e9a10c241b
1 changed files with 0 additions and 13 deletions
|
|
@ -141,19 +141,6 @@ DevToolsClient.prototype = {
|
|||
return this._closePromise;
|
||||
},
|
||||
|
||||
/**
|
||||
* Release an object actor.
|
||||
*
|
||||
* @param string actor
|
||||
* The actor ID to send the request to.
|
||||
*/
|
||||
release(to) {
|
||||
return this.request({
|
||||
to,
|
||||
type: "release",
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
* Send a request to the debugging server.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue