Skip to content

Commit

Permalink
feat: remove used method
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamstyz4ever committed Jun 21, 2021
1 parent 76346ee commit 54f9224
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,21 +213,6 @@ class Executor {
// no-op in case not implemented in extenders
}

/**
* Removes current execution of frozen build from queue
* @method status
* @param {Object} config Configuration object
* @param {String} config.buildId Unique ID for a build
* @return {Promise}
*/
skipFrozen(config) {
return this._skipFrozen(config);
}

async _skipFrozen() {
// no-op in case not implemented in extenders
}

/**
* Return statistics on the executor
* @method stats
Expand Down

0 comments on commit 54f9224

Please sign in to comment.