Skip to content

Commit

Permalink
remove unnecessary options object manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 23, 2015
1 parent 511b122 commit eb6319f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ function setopts (self, pattern, options) {

self.nomount = !!options.nomount

// disable comments and negation unless the user explicitly
// passes in false as the option.
options.nonegate = true
options.nocomment = true

self.minimatch = new Minimatch(pattern, options)
self.options = self.minimatch.options
}
Expand Down

0 comments on commit eb6319f

Please sign in to comment.