Skip to content

Commit

Permalink
remove duplicate code
Browse files Browse the repository at this point in the history
fix #316
  • Loading branch information
isaacs committed Feb 10, 2017
1 parent 8f23ebd commit 9b0994e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glob.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ function Glob (pattern, options, cb) {
}

var self = this
var n = this.minimatch.set.length
this._processing = 0
this.matches = new Array(n)

this._emitQueue = []
this._processQueue = []
Expand Down

0 comments on commit 9b0994e

Please sign in to comment.