Skip to content

Commit

Permalink
refactor(allSettled): remove unnecessary constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
suguru03 committed May 28, 2019
1 parent a4a9910 commit e8adf82
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/allSettled.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
const { Parallel } = require('./parallel');

class AllSettled extends Parallel {
constructor(coll) {
super(coll);
}

_set(coll) {
this._errorSet = new Set();
this._promise._resolve = createResolve(this);
Expand Down

0 comments on commit e8adf82

Please sign in to comment.