Skip to content

Commit

Permalink
remove unused variables & cycles
Browse files Browse the repository at this point in the history
Another pass at isaacs#374, fixing issues with certain bundlers like Rollup (see isaacs#365).
  • Loading branch information
eventualbuddha committed May 23, 2022
1 parent af57da2 commit f296018
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions glob.js
Expand Up @@ -42,7 +42,6 @@ module.exports = glob

var rp = require('fs.realpath')
var minimatch = require('minimatch')
var Minimatch = minimatch.Minimatch
var inherits = require('inherits')
var EE = require('events').EventEmitter
var path = require('path')
Expand All @@ -53,7 +52,6 @@ var common = require('./common.js')
var setopts = common.setopts
var ownProp = common.ownProp
var inflight = require('inflight')
var util = require('util')
var childrenIgnored = common.childrenIgnored
var isIgnored = common.isIgnored

Expand Down
3 changes: 0 additions & 3 deletions sync.js
Expand Up @@ -3,9 +3,6 @@ globSync.GlobSync = GlobSync

var rp = require('fs.realpath')
var minimatch = require('minimatch')
var Minimatch = minimatch.Minimatch
var Glob = require('./glob.js').Glob
var util = require('util')
var path = require('path')
var assert = require('assert')
var isAbsolute = require('path').isAbsolute
Expand Down

0 comments on commit f296018

Please sign in to comment.